Changes for page For Developers
Last modified by Artur on 2025/11/06 15:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,8 +10,6 @@ 10 10 |**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. 11 11 12 12 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. 13 -(% style="border-top: 2px solid #eeeeee;border-color:#cbcbcb" %) 14 ------ 15 15 {{velocity}}#set($attachDecode =''){{/velocity}}{{groovy output="false"}} import java.net.URLDecoder 16 16 import java.net.URLEncoder 17 17 def attachUrl = 'https://'+ request.getServerName()+ doc.getAttachmentURL('sip-sdmx.ttl') ... ... @@ -18,11 +18,8 @@ 18 18 attachUrl = attachUrl 19 19 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') 20 20 **sip-sdmx in TTL Format** [[$services.localization.render('skms.general.btn.download')>>attach:$doc.getAttachmentList()[0].getFilename()||class="btn btn-primary"]] 21 - 22 22 {{html}} 23 23 <p> 24 - <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border: 1; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe>21 + <iframe id="sip-sdmxLODE" allowfullscreen="allowfullscreen" role="presentation" style="border:none; height:900px; width:100%; overflow:auto" src="$LODEurl" title="$doc.plainTitle"></iframe> 25 25 </p> 26 -{{/html}} 27 -{{/velocity}} 28 - 23 +{{/html}}{{/velocity}}
- sip-sdmx.ttl
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 - 4.0KB1 +3.8 KB - Content
-
... ... @@ -4,7 +4,6 @@ 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/> . 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#> . ... ... @@ -75,13 +75,8 @@ 75 75 76 76 #### 2.3. Agency (organizational units) #### 77 77 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 - 83 83 sip-sdmx:agencyID a rdf:Property ; 84 - rdfs:range s ip-sdmx:Agency ;78 + rdfs:range xsd:anyURI ; 85 85 rdfs:label "agency ID"@en . 86 86 87 87 sip-sdmx:hasAgencyLabel