Changes for page For Developers
Last modified by Artur on 2025/11/06 15:37
Summary
-
Attachments (1 modified, 0 added, 0 removed)
Details
- sip-sdmx.ttl
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 - 3.9KB1 +4.0 KB - Content
-
... ... @@ -19,7 +19,9 @@ 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 s ip-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 .