difi/dcat-harvester

API til Drupal

hoyum opened this issue · 9 comments

hoyum commented

Atom-feed

hoyum commented
<item>
<title>Sanntidsdata for Kolumbus (buss i Rogaland).</title>
<link>
http://demo.difi.no/datanorge/data/kolumbus/sanntidsdata-kolumbus-buss-i-rogaland
</link>
<description>
<![CDATA[
<p>This service &nbsp;exposes&nbsp;information to client applications using the standard SIRI interface.</p><p>Currently this service&nbsp;supports version 1.4 of SIRI, and it implements the following two SIRI services:</p><p>SM &ndash; Stop Monitoring</p><p>SX &ndash; Situation Exchange</p><p>For detailed documentation which describes both&nbsp;of the implemented services, see &quot;other links&quot; for this data set. (coming soon..)<br /><br />There are approximately 400 buses that operate and have real-time information&nbsp;in Rogaland.</p>
]]>
</description>
<guid>1484</guid>
<pubDate>Wed, 25 Nov 2015 13:46:22</pubDate>
<datanorge:modified>Tue, 08 Dec 2015 14:34:23</datanorge:modified>
<datanorge:publisher>Kolumbus AS</datanorge:publisher>
<datanorge:orgnumber>914749360</datanorge:orgnumber>
<datanorge:subject>Transport og kommunikasjon</datanorge:subject>
<datanorge:keyword>sanntid</datanorge:keyword>
<datanorge:format>API</datanorge:format>
<datanorge:format>API</datanorge:format>
</item>

hoyum commented

Er henta herifrå http://demo.difi.no/datanorge/api/rss/feed

Eg reknar med at subject,og format vil innholdet vere av type uri.
For guid: Er det mulig å bruke id for datasettet i rdf her ?

hoyum commented

Ang Spring AtomView så er det sikkert verdt eit førsøk

janbj commented

@hoyum har du eksempel på et ATOM feed?

<datanorge:modified> : dcat:distribution -> dc:modified
<datanorge:publisher> : dc:publisher -> foaf:name
<datanorge:orgnumber> : FINNES IKKE
<datanorge:subject> : dcat:distribution -> dc:title
<datanorge:keyword> : dcat:keyword
<datanorge:format> : dcat:distribution -> dcat:mediaType / dct:format

<link> : dcat:distribution -> dcat:accessUrl
<pubDate> : dcat:distribution -> dcat:issued
<feedId> : dc:identifier
<title> : dc:title
<description> : dc:description


Diskusjon fra standup.

Format: Vi må støtte flere forskjellige fremgangsmåter. Alternativt så er vi strenge og kun tillater gitte URIer fra EU sin skos fil.

Orgnummer: DCAT AP NO har en vri på foaf:Agent hvor den alternativt til en URI kan være et org nummer. En bedre fremgangsmåte er at inni en foaf:Agent så finnes en property for orgnummer. Eller så kan man bruke URIer fra Brreg, men Brreg har tidligere satt opp linked data (URI to gir RDF) som de har tatt ned igjen.

hoyum commented

Restansar vert handtert på eigne issues