Changes for page For Developers

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

From version 27.1
edited by Artur
on 2025/07/24 14:16
Change comment: Uploaded new attachment "sip.ttl", version 1.2
To version 32.1
edited by Artur
on 2025/07/25 14:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,5 @@
1 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/]].
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/]] 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 3  The following namespaces are available:
4 4  
5 5  |=Prefix|=Namespace|=Description
... ... @@ -11,8 +11,10 @@
11 11  |**sip-sdmx-agency**|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/agency/>>url:http://purl.semanticip.org/linked-data/sdmx/agency/]]|Namespace for agencies that publish or aggregate statistical data.
12 12  
13 13  These namespaces are offered as a convenient public vocabulary and are not part of the [[RDF Data Cube>>https://www.w3.org/TR/vocab-data-cube/]] specification.
14 +
14 14  (% style="border-top: 2px solid #eeeeee;border-color:#cbcbcb" %)
15 ------
16 +----
17 +
16 16  {{velocity}}#set($attachDecode =''){{/velocity}}{{groovy output="false"}} import java.net.URLDecoder
17 17   import java.net.URLEncoder
18 18  def attachUrl = 'https://'+ request.getServerName()+ doc.getAttachmentURL('sip-sdmx.ttl')
... ... @@ -24,6 +24,15 @@
24 24   <p>
25 25   <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:1; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe>
26 26   </p>
29 +{{/html}}{{/velocity}}
30 +
31 +**sip-sdmx in TTL Format** [[Preview>>attach:sip-sdmx.ttl||class="btn btn-primary"]]
32 +
33 +{{html}}
34 +<p>
35 +<iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:1; height:900px; width:100%; overflow:auto" src="https://basis.semanticip.org/LODE/extract?url=https%3A%2F%2Fbasis.semanticip.org%2Fxwiki%2Fwiki%2Fsdmx%2Fdownload%2FFor%2520developers%2FWebHome%2Fsip-sdmx.ttl%3Frev%3D1.5&owlapi=true&closure=true&lang=en" title="For Developers"></iframe>
36 +</p>
27 27  {{/html}}
28 -{{/velocity}}
38 +
39 +
29 29  
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 - owl:imports <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 -