Changes for page For Developers
Last modified by Artur on 2025/11/06 15:37
Summary
-
Attachments (0 modified, 1 added, 0 removed)
Details
- sip.ttl
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +xwiki:XWiki.arturkryazhev - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.5 KB - Content
-
... ... @@ -1,0 +1,34 @@ 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 +# --- In Development --------------------------- 30 + 31 +# <http://purl.semanticip.org/linked-data/sims/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> . 32 + 33 +#----------------------------------------------- 34 +