Changes for page For Developers

Last modified by Artur on 2025/11/06 15:37

From version 31.1
edited by Artur
on 2025/07/24 17:02
Change comment: Deleted attachment "sip.ttl"
To version 28.1
edited by Artur
on 2025/07/24 14:16
Change comment: Uploaded new attachment "sip.ttl", version 1.3

Summary

Details

sip.ttl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.arturkryazhev
Size
... ... @@ -1,0 +1,1 @@
1 +1.9 KB
Content
... ... @@ -1,0 +1,37 @@
1 +@prefix sip: <http://purl.semanticip.org/linked-data/> .
2 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
3 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4 +@prefix dcterms: <http://purl.org/dc/terms/> .
5 +@prefix foaf: <http://xmlns.com/foaf/0.1/> .
6 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
7 +
8 +@prefix sip-sims: <http://purl.semanticip.org/linked-data/sims/> .
9 +@prefix sip-sdmx: <http://purl.semanticip.org/linked-data/sdmx/> .
10 +
11 +
12 +<http://purl.semanticip.org/linked-data/> a owl:Ontology ;
13 + rdfs:label "Semantic Interoperability Ontology"@en ;
14 + rdfs:comment "The SIP ontology defines the semantic integration layer of the Interoperability Basis initiative. It supports formalization and publication of statistical standards such as SDMX and SIMS using FAIR and Linked Data principles."@en ;
15 + owl:versionInfo "1.0" ;
16 + dcterms:created "2025-07-24"^^xsd:date ;
17 + dcterms:contributor sip:SemanticPro ;
18 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/> ;
19 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sims/> .
20 +
21 +sip:SemanticPro a foaf:Organization, dcterms:Agent ;
22 + foaf:name "SemanticPro R&D Group" ;
23 + foaf:mbox "info@semanticip.org" .
24 +
25 +
26 +<http://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> .
27 +
28 +
29 +<http://purl.semanticip.org/linked-data/sims/> a owl:Ontology ;
30 + rdfs:label "SIP SIMS Ontology"@en ;
31 + dcterms:description """The SIP SIMS ontology provides an entry point for the semantic representation of the SIMS (Single Integrated Metadata Structure) standard.
32 + It is currently under development as part of the SIP initiative to support metadata interoperability."""@en ;
33 + owl:versionInfo "0.1" ;
34 + dcterms:contributor sip:SemanticPro ;
35 + dcterms:isPartOf <http://purl.semanticip.org/linked-data/> ;
36 + dcterms:created "2025-07-24"^^xsd:date .
37 +