Changes for page For Developers

Last modified by Artur K. on 2026/01/14 15:00

From version 41.1
edited by Artur K.
on 2026/01/14 15:00
Change comment: Uploaded new attachment "sip-sdmx.ttl", version 1.10
To version 32.1
edited by Artur K.
on 2025/07/25 14:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,17 +3,15 @@
3 3  The following namespaces are available:
4 4  
5 5  |=Prefix|=Namespace|=Description
6 -|=(% scope="col" %)sip-sdmx|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/>>https://purl.semanticip.org/linked-data/sdmx/]]|(((
6 +|=(% scope="col" %)sip-sdmx|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/>>http://purl.semanticip.org/linked-data/sdmx/]]|(((
7 7  This vocabulary extends the data cube vocabulary to support publication of statistical data in RDF, using an information model based on SDMX 3.0
8 8  )))
9 -|**sip-sdmx-concept**|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/concept/>>url:https://purl.semanticip.org/linked-data/sdmx/concept/]]|Namespace for SDMX concepts. Glossary based on version 2.0 of the SDMX Glossary as published in the official global registry, provided as SKOS concepts.
10 -|**sip-sdmx-code**|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/code/>>url:https://purl.semanticip.org/linked-data/sdmx/code/]]|Namespace for SDMX Code Lists. SKOS ConceptSchemes and Concepts for the code lists contained in the SDMX global registry.
11 -|**sip-sdmx-agency**|[[https:~~/~~/purl.semanticip.org/linked-data/sdmx/agency/>>url:https://purl.semanticip.org/linked-data/sdmx/agency/]]|Namespace for agencies that publish or aggregate statistical data.
9 +|**sip-sdmx-concept**|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/concept/>>url:http://purl.semanticip.org/linked-data/sdmx/concept/]]|Namespace for SDMX concepts. Glossary based on version 2.0 of the SDMX Glossary as published in the official global registry, provided as SKOS concepts.
10 +|**sip-sdmx-code**|[[http:~~/~~/purl.semanticip.org/linked-data/sdmx/code/>>url:http://purl.semanticip.org/linked-data/sdmx/code/]]|Namespace for SDMX Code Lists. SKOS ConceptSchemes and Concepts for the code lists contained in the SDMX global registry.
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  
15 -Interoperability Basis Platform provides open-source tools for generating semantic SDMX [[code lists>>https://github.com/Semantic-R-D-Group/SDMX_CL_Generator||target="_blank"]] and [[glossaries>>https://github.com/Semantic-R-D-Group/SDMX_Glossary_Generator||target="_blank"]]. These generators, responsible for automatic transformation of SDMX artefacts into RDF/OWL, are available on [[GitHub>>https://github.com/Semantic-R-D-Group||target="_blank"]]. Beeing SKOS compliant they ensure Interoperability and reuse across domains.
16 -
17 17  (% style="border-top: 2px solid #eeeeee;border-color:#cbcbcb" %)
18 18  ----
19 19  
... ... @@ -20,6 +20,7 @@
20 20  {{velocity}}#set($attachDecode =''){{/velocity}}{{groovy output="false"}} import java.net.URLDecoder
21 21   import java.net.URLEncoder
22 22  def attachUrl = 'https://'+ request.getServerName()+ doc.getAttachmentURL('sip-sdmx.ttl')
21 +attachUrl = attachUrl
23 23  attachDecode = URLEncoder.encode(attachUrl, "UTF-8").replace(" ", "%20").replace(",", "%2C").replace("\u00A0","%A0").replace(';','%3B'){{/groovy}}{{velocity}}#set($LODEurl = 'https://basis.semanticip.org/LODE/extract?url=' + $attachDecode + '&owlapi=true&closure=true&lang=en')
24 24  **sip-sdmx in TTL Format** [[$services.localization.render('skms.general.btn.download')>>attach:$doc.getAttachmentList()[0].getFilename()||class="btn btn-primary"]]
25 25  
... ... @@ -29,3 +29,13 @@
29 29   </p>
30 30  {{/html}}{{/velocity}}
31 31  
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>
37 +{{/html}}
38 +
39 +
40 +
sip-sdmx.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -6.6 KB
1 +3.9 KB
Content
... ... @@ -8,15 +8,14 @@
8 8  @prefix dcterms: <http://purl.org/dc/terms/> .
9 9  @prefix qb: <http://purl.org/linked-data/cube#> .
10 10  @prefix sdmx: <http://purl.org/linked-data/sdmx#> .
11 -@prefix sip: <https://purl.semanticip.org/linked-data/> .
12 -@prefix sip-sdmx: <https://purl.semanticip.org/linked-data/sdmx/> .
13 -@prefix sip-sdmx-concept: <https://purl.semanticip.org/linked-data/sdmx/concept/> .
14 -@prefix sip-sdmx-code: <https://purl.semanticip.org/linked-data/sdmx/code/> .
15 -@prefix sip-sdmx-agency: <https://purl.semanticip.org/linked-data/sdmx/agency/> .
11 +@prefix sip-sdmx: <http://purl.semanticip.org/linked-data/sdmx/> .
12 +@prefix sip-sdmx-concept: <http://purl.semanticip.org/linked-data/sdmx/concept/> .
13 +@prefix sip-sdmx-code: <http://purl.semanticip.org/linked-data/sdmx/code/> .
14 +@prefix sip-sdmx-agency: <http://purl.semanticip.org/linked-data/sdmx/agency/> .
16 16  
17 17  #### 1. Declaring this file as an ontology ####
18 18  
19 -<https://purl.semanticip.org/linked-data/sdmx/>
18 +<http://purl.semanticip.org/linked-data/sdmx/>
20 20   a owl:Ontology ;
21 21   owl:versionInfo "3.0.0" ;
22 22   rdfs:label "Semantic SDMX vocabulary";
... ... @@ -25,13 +25,15 @@
25 25   dcterms:title "Vocabulary for publishing SDMX 3.0 statistical data in RDF";
26 26   dcterms:source <https://sdmx.org>;
27 27   dcterms:references <https://sdmx.org/standards-2/>;
28 - dcterms:contributor sip:SemanticGroup ;
29 - dcterms:hasPart <https://purl.semanticip.org/linked-data/sdmx/concept/> ;
30 - dcterms:hasPart <https://purl.semanticip.org/linked-data/sdmx/code/> ;
31 - dcterms:hasPart <https://purl.semanticip.org/linked-data/sdmx/agency/> .
27 + dcterms:contributor sip-sdmx:SemanticPro ;
28 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/concept/> ;
29 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/code/> ;
30 + dcterms:hasPart <http://purl.semanticip.org/linked-data/sdmx/agency/> .
32 32  
32 +sip-sdmx:SemanticPro a foaf:Organization, dcterms:Agent ;
33 + foaf:name "SemanticPro R&D Group" ;
34 + foaf:mbox "info@semanticip.org" .
33 33  
34 -
35 35  #### 2.1. DataFlowDefinition (data flow) ####
36 36  
37 37  sip-sdmx:DataFlowDefinition a rdfs:Class, owl:Class ;
... ... @@ -85,74 +85,3 @@
85 85   rdfs:comment "Relates a code to agency-specific labels defined by specific agencies."@en ;
86 86   rdfs:range rdfs:Literal .
87 87  
88 -#### 2.4. Concept Types ####
89 -
90 -sip-sdmx:ConceptType a rdfs:Class, owl:Class ;
91 - rdfs:label "SDMX Glossary Concept Type"@en .
92 -
93 -sip-sdmx:CrossDomainConcept a sip-sdmx:ConceptType ;
94 - rdfs:label "Cross-domain concept"@en .
95 -
96 -sip-sdmx:conceptType a rdf:Property, owl:ObjectProperty ;
97 - rdfs:domain skos:Concept ;
98 - rdfs:range sip-sdmx:ConceptType ;
99 - rdfs:comment "Used to explicitly denote Concepts which are cross-domain."@en ;
100 - rdfs:label "Concept type"@en .
101 -
102 -
103 -#### 2.5. Recommended Representations ####
104 -
105 -sip-sdmx:RecommendedRepresentationDatatype a rdfs:Class, owl:Class ;
106 - rdfs:subClassOf rdfs:Datatype ;
107 - rdfs:label "SDMX Recommended Representation Datatype"@en ;
108 - rdfs:comment "A controlled vocabulary of datatypes used in SDMX Recommended Representation."@en .
109 -
110 -sip-sdmx:AlphaNumericDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
111 - rdfs:label "AlphaNumeric"@en .
112 -
113 -sip-sdmx:BasicTimePeriodDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
114 - rdfs:label "Basic Time Period"@en .
115 -
116 -sip-sdmx:CodeListDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
117 - rdfs:label "Codelist"@en .
118 -
119 -sip-sdmx:CodeListPartialDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
120 - rdfs:label "Codelist (Partial)"@en .
121 -
122 -sip-sdmx:ConceptSchemeDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
123 - rdfs:label "Concept Scheme"@en .
124 -
125 -sip-sdmx:DateTimeDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
126 - rdfs:label "DateTime"@en ;
127 - rdfs:subClassOf xsd:dateTime .
128 -
129 -sip-sdmx:DecimalDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
130 - rdfs:label "Decimal"@en ;
131 - rdfs:subClassOf xsd:decimal .
132 -
133 -sip-sdmx:IntegerDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
134 - rdfs:label "Integer"@en ;
135 - rdfs:subClassOf xsd:integer .
136 -
137 -sip-sdmx:ObsTimePeriodDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
138 - rdfs:label "Observational Time Period"@en .
139 -
140 -sip-sdmx:StringDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
141 - rdfs:label "String"@en ;
142 - rdfs:subClassOf xsd:string .
143 -
144 -sip-sdmx:TimeRangeDatatype a rdfs:Datatype , sip-sdmx:RecommendedRepresentationDatatype ;
145 - rdfs:label "Time Range"@en .
146 -
147 -sip-sdmx:recommendedRepresentation a rdf:Property, owl:ObjectProperty ;
148 - rdfs:domain skos:Concept ;
149 - rdfs:range sip-sdmx:RecommendedRepresentationDatatype ;
150 - rdfs:label "Recommended representation"@en ;
151 - rdfs:comment "Recommended type of value for the Concept term."@en .
152 -
153 -#### 2.6 Codelist ID Property ####
154 -
155 -sip-sdmx:CodelistID a rdf:Property, owl:DatatypeProperty ;
156 - rdfs:label "Codelist ID"@en ;
157 - rdfs:comment "Unique identifier for the Codelist associated with the Concept."@en ;
158 - rdfs:domain skos:Concept .
SKMS.Code.ForDevelopersClass[0]
URI
... ... @@ -1,1 +1,1 @@
1 -https://purl.semanticip.org/linked-data/sdmx/
1 +http://purl.semanticip.org/linked-data/sdmx/
© Semantic R&D Group, 2026