Changes for page For Developers

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

From version 36.1
edited by Artur
on 2025/08/12 17:04
Change comment: There is no comment for this version
To version 33.1
edited by Artur
on 2025/07/25 14:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,12 +3,12 @@
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  
sip-sdmx.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -3.8 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:SemanticPro ;
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 ;
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/