API til Drupal
hoyum opened this issue · 9 comments
Atom-feed
Skal vi prøve Spring sin AtomView?
https://spring.io/blog/2009/03/16/adding-an-atom-view-to-an-application-using-spring-s-rest-support
<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 exposes information to client applications using the standard SIRI interface.</p><p>Currently this service supports version 1.4 of SIRI, and it implements the following two SIRI services:</p><p>SM – Stop Monitoring</p><p>SX – Situation Exchange</p><p>For detailed documentation which describes both of the implemented services, see "other links" for this data set. (coming soon..)<br /><br />There are approximately 400 buses that operate and have real-time information 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>
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 ?
Ang Spring AtomView så er det sikkert verdt eit førsøk
<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.
Restansar vert handtert på eigne issues