Changes for page For Developers

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

From version 34.1
edited by Artur
on 2025/08/04 16:03
Change comment: There is no comment for this version
To version 35.1
edited by Artur
on 2025/08/04 17:20
Change comment: Uploaded new attachment "sip-sdmx.ttl", version 1.6

Summary

Details

sip-sdmx.ttl
Size
... ... @@ -1,1 +1,1 @@
1 -3.9 KB
1 +3.8 KB
Content
... ... @@ -8,14 +8,15 @@
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-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/> .
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/> .
15 15  
16 16  #### 1. Declaring this file as an ontology ####
17 17  
18 -<http://purl.semanticip.org/linked-data/sdmx/>
19 +<https://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";
... ... @@ -24,15 +24,13 @@
24 24   dcterms:title "Vocabulary for publishing SDMX 3.0 statistical data in RDF";
25 25   dcterms:source <https://sdmx.org>;
26 26   dcterms:references <https://sdmx.org/standards-2/>;
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/> .
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/> .
31 31  
32 -sip-sdmx:SemanticPro a foaf:Organization, dcterms:Agent ;
33 - foaf:name "SemanticPro R&D Group" ;
34 - foaf:mbox "info@semanticip.org" .
35 35  
34 +
36 36  #### 2.1. DataFlowDefinition (data flow) ####
37 37  
38 38  sip-sdmx:DataFlowDefinition a rdfs:Class, owl:Class ;