[ECODP-dev] visualisation resource

Bert Van Nuffelen bert.van.nuffelen at tenforce.com
Tue Feb 5 08:45:14 UTC 2013


Hi,

I create 2 resource from the next rdf snippets

<!-- Create a distribution -->
    <dcat:distribution rdf:parseType="Resource">
      <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Download"/>
      <dct:format rdf:parseType="Resource">
        <rdf:value rdf:datatype="http://purl.org/dc/terms/IMT
">application/zip</rdf:value>
      </dct:format>
      <ecodp:distributionFormat>application/zip</ecodp:distributionFormat>
      <dct:title xml:lang="en">Download this file</dct:title>
      <dct:description xml:lang="en">This is the description of the upload
fiel</dct:description>
      <dcat:accessURL rdf:datatype="
http://www.w3.org/2001/XMLSchema-datatypes#anyURI">
http://example.com/data/download/dataset1.xls</dcat:accessURL>
    </dcat:distribution>

<!-- Create a distribution -->
    <dcat:distribution rdf:parseType="Resource">
      <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Visualization"/>
      <dct:title xml:lang="en">Visualization of this dataset</dct:title>
      <dct:description xml:lang="en">This is the description of the
Visualisation</dct:description>
      <dcat:accessURL rdf:datatype="
http://www.w3.org/2001/XMLSchema-datatypes#anyURI">
http://example.com/data/scoreboard</dcat:accessURL>
    </dcat:distribution>


For the first one the rdf:type http://www.w3.org/ns/dcat#Download is
recognized by CKAN
but the second is not recognized. "http://www.w3.org/ns/dcat#Visualization"

Can you tell me which value I have to pass to indicate that this resource
is a visualization?

Bert



-- 
Bert Van Nuffelen

Semantic Technologies Software Architect at TenForce
www.tenforce.be

Bert.Van.Nuffelen at tenforce.com
Office: +32 (0)16 31 48 60
Mobile:+32 479 06 24 26
skype: bert.van.nuffelen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.okfn.org/mailman/private/ecodp-dev/attachments/20130205/50fade6b/attachment.html>


More information about the ecodp-dev mailing list