Changes for page For Developers

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

From version 28.1
edited by Artur
on 2025/07/24 14:16
Change comment: Uploaded new attachment "sip.ttl", version 1.3
To version 19.1
edited by Artur
on 2025/07/23 13:16
Change comment: Uploaded new attachment "sip-sdmx.ttl", version 1.2

Summary

Details

Page properties
Content
... ... @@ -1,6 +1,5 @@
1 -Interoperability Basis platform maintains a controlled and sustainable namespace environment for publishing semantic assets with persistent, dereferenceable URIs. This shared infrastructure enables international organizations, public administrations, and developers to collaboratively manage vocabularies, classifications, and metadata models as part of a global semantic ecosystem.
2 -To enhance support for Linked Open Statistical Data (LOSD), we introduced a set of [[RDF>>https://www.w3.org/RDF/]]/[[OWL>>https://www.w3.org/OWL/]]L namespaces that semantically extend the SDMX standard. Based on the SDMX 3.0 Information Model, these vocabularies extend the [[RDF Data Cube>>https://www.w3.org/TR/vocab-data-cube/]] and SDMX vocabularies to provide richer, machine-readable representations of [[statistical concepts>>https://registry.sdmx.org/sdmx/v2/structure/conceptscheme/SDMX/CROSS_DOMAIN_CONCEPTS/2.0]], [[code lists>>https://registry.sdmx.org/items/codelist.html]], and structural metadata from the [[global registry>>https://registry.sdmx.org/]].
3 -The following namespaces are available:
1 +The [[SDMX standard>>https://sdmx.org/]] defines a common set of [[statistical concepts>>doc:Glossary.WebHome]] and related [[code lists>>doc:Models.WebHome]] intended for reuse across many datasets.
2 +As part of the **Interoperability Basis** project, work was undertaken to bridge gaps and semantically enrich the SDMX [[glossary>>doc:Glossary.WebHome]] and [[code-lists>>doc:Models.WebHome]] XML-schemes published in the [[global registry>>https://registry.sdmx.org/]]. The following [[RDF>>https://www.w3.org/RDF/]]/[[OWL>>https://www.w3.org/OWL/]] namespaces were defined:
4 4  
5 5  |=Prefix|=Namespace|=Description
6 6  |=(% scope="col" %)sip-sdmx|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/>>http://purl.semanticip.org/linked-data/sdmx/]]|(((
sip-sdmx.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -3.9 KB
1 +4.0 KB
Content
... ... @@ -15,11 +15,13 @@
15 15  
16 16  #### 1. Declaring this file as an ontology ####
17 17  
18 -<http://purl.semanticip.org/linked-data/sdmx/>
18 +<http://purl.semanticip.org/linked-data/sdmx>
19 19   a owl:Ontology ;
20 20   owl:versionInfo "3.0.0" ;
21 21   rdfs:label "Semantic SDMX vocabulary";
22 +# rdfs:label "SDMX Semantic Integration Profile"@en ;
22 22   rdfs:comment "This vocabulary extends the data cube vocabulary to support publication of statistical data in RDF, using an information model based on SDMX 3.0";
24 +# rdfs:comment "Top-level ontology that aggregates SDMX semantic namespaces: concepts, code lists, and agencies."@en ;
23 23   dcterms:created "2025-07-18"^^xsd:date;
24 24   dcterms:title "Vocabulary for publishing SDMX 3.0 statistical data in RDF";
25 25   dcterms:source <https://sdmx.org>;
... ... @@ -35,7 +35,8 @@
35 35  
36 36  #### 2.1. DataFlowDefinition (data flow) ####
37 37  
38 -sip-sdmx:DataFlowDefinition a rdfs:Class, owl:Class ;
40 +sip-sdmx:DataFlowDefinition
41 + a rdfs:Class, owl:Class ;
39 39   rdfs:subClassOf qb:DataSet ; # inherited from cube
40 40   rdfs:label "Data Flow Definition"@en ;
41 41   rdfs:comment "Abstract concept (i.e. the structure without any data) of a flow of data that providers will provide for different reference periods."@en .
... ... @@ -78,10 +78,11 @@
78 78   rdfs:isDefinedBy sip-sdmx-concept:DATA_PROVIDER .
79 79  
80 80  sip-sdmx:agencyID a rdf:Property ;
81 - rdfs:range sip-sdmx:Agency ;
84 + rdfs:range xsd:anyURI ;
82 82   rdfs:label "agency ID"@en .
83 83  
84 -sip-sdmx:hasAgencyLabel a rdf:Property ;
87 +sip-sdmx:hasAgencyLabel
88 + a rdf:Property ;
85 85   rdfs:label "Has agency-specific label"@en ;
86 86   rdfs:comment "Relates a code to agency-specific labels defined by specific agencies."@en ;
87 87   rdfs:range rdfs:Literal .
sip.ttl
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.arturkryazhev
Size
... ... @@ -1,1 +1,0 @@
1 -1.9 KB
Content
... ... @@ -1,37 +1,0 @@
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 -
SKMS.Code.ForDevelopersClass[0]
URI
... ... @@ -1,1 +1,0 @@
1 -http://purl.semanticip.org/linked-data/sdmx/
vann.preferredNamespacePrefix
... ... @@ -1,1 +1,0 @@
1 -sip-sdmx