Changes for page For Developers


From version 18.1
edited by Artur
on 2025/08/04 17:22
Change comment: Uploaded new attachment "sip.ttl", version 1.2
To version 17.1
edited by Artur
on 2025/08/04 16:01
Change comment: There is no comment for this version

Summary

Details

sip.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -1434
1 +1428
Content
... ... @@ -1,4 +1,4 @@
1 -@prefix sip: <https://purl.semanticip.org/linked-data/> .
1 +@prefix sip: <http://purl.semanticip.org/linked-data/> .
2 2  @prefix owl: <http://www.w3.org/2002/07/owl#> .
3 3  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
4 4  @prefix dcterms: <http://purl.org/dc/terms/> .
... ... @@ -5,16 +5,16 @@
5 5  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
6 6  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
7 7  
8 -@prefix sip-sdmx: <https://purl.semanticip.org/linked-data/sdmx/> .
8 +@prefix sip-sdmx: <http://purl.semanticip.org/linked-data/sdmx/> .
9 9  
10 10  
11 -<https://purl.semanticip.org/linked-data/> a owl:Ontology ;
11 +<http://purl.semanticip.org/linked-data/> a owl:Ontology ;
12 12   rdfs:label "Semantic Interoperability Ontology"@en ;
13 13   dcterms:description "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 14   owl:versionInfo "1.0" ;
15 15   dcterms:created "2025-07-24"^^xsd:date ;
16 16   dcterms:contributor sip:SemanticPro ;
17 - dcterms:hasPart <https://purl.semanticip.org/linked-data/sdmx/> .
17 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/> .
18 18  
19 19  
20 20  sip:SemanticPro a foaf:Organization, dcterms:Agent ;
... ... @@ -22,7 +22,7 @@
22 22   foaf:mbox "info@semanticip.org" .
23 23  
24 24  
25 -<https://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <https://purl.semanticip.org/linked-data/> .
25 +<http://purl.semanticip.org/linked-data/sdmx/> dcterms:isPartOf <http://purl.semanticip.org/linked-data/> .
26 26  
27 27  
28 28  # --- In Development ---------------------------