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 30.1
edited by Artur
on 2025/07/24 16:01
Change comment: Uploaded new attachment "sip.ttl", version 1.5

Summary

Details

sip.ttl
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.arturkryazhev
Size
... ... @@ -1,0 +1,1 @@
1 +1.4 KB
Content
... ... @@ -1,0 +1,33 @@
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-sdmx: <http://purl.semanticip.org/linked-data/sdmx/> .
9 +
10 +
11 +<http://purl.semanticip.org/linked-data/> a owl:Ontology ;
12 + rdfs:label "Semantic Interoperability Ontology"@en ;
13 + 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 ;
14 + owl:versionInfo "1.0" ;
15 + dcterms:created "2025-07-24"^^xsd:date ;
16 + dcterms:contributor sip:SemanticPro ;
17 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/> .
18 +
19 +
20 +sip:SemanticPro a foaf:Organization, dcterms:Agent ;
21 + foaf:name "SemanticPro R&D Group" ;
22 + foaf:mbox "info@semanticip.org" .
23 +
24 +
25 +<http://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> .
26 +
27 +
28 +# --- In Development ---------------------------
29 +
30 +# <http://purl.semanticip.org/linked-data/sims/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> .
31 +
32 +#-----------------------------------------------
33 +