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.8KB1 +4.0 KB - Content
-
... ... @@ -4,6 +4,7 @@ 4 4 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 5 5 @prefix skos: <http://www.w3.org/2004/02/skos/core#> . 6 6 @prefix foaf: <http://xmlns.com/foaf/0.1/> . 7 +@prefix cpov: <http://data.europa.eu/m8g/> . 7 7 @prefix dcterms: <http://purl.org/dc/terms/> . 8 8 @prefix qb: <http://purl.org/linked-data/cube#> . 9 9 @prefix sdmx: <http://purl.org/linked-data/sdmx#> . ... ... @@ -74,6 +74,11 @@ 74 74 75 75 #### 2.3. Agency (organizational units) #### 76 76 78 +sip-sdmx:Agency a rdfs:Class, owl:Class; 79 + rdfs:label "SDMX Agency"@en ; 80 + rdfs:subClassOf cpov:PublicOrganisation ; 81 + rdfs:isDefinedBy sip-sdmx-concept:DATA_PROVIDER . 82 + 77 77 sip-sdmx:agencyID a rdf:Property ; 78 78 rdfs:range xsd:anyURI ; 79 79 rdfs:label "agency ID"@en .