Changes for page For Developers

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

From version 25.1
edited by Artur
on 2025/07/24 11:47
Change comment: There is no comment for this version
To version 29.1
edited by Artur
on 2025/07/24 15:59
Change comment: Uploaded new attachment "sip.ttl", version 1.4

Summary

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 +