radio-pi.rdf 951 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rdf:RDF
  3. xmlns:dataview="http://www.w3.org/2003/g/data-view#"
  4. xmlns:dc="http://purl.org/dc/elements/1.1/"
  5. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  6. <rdf:Description rdf:about="radio-pi.rdf">
  7. <dc:description xml:lang="en">Turn broadcast XML into RDF.
  8. - do as shown in http://www.w3.org/TR/grddl-tests/#sq2
  9. - use a (relative, cough) namespace that points to a rdf: &lt;../../../../../assets/2013/radio-pi.rdf&gt;
  10. - make that rdf point to a xslt,
  11. - make that xslt return a per-broadcast rdf,
  12. - test like $ rapper -i grddl -o turtle http://example.com/stations/b2/2013/06/13/0605%20radioWelt
  13. </dc:description>
  14. <dc:conformsTo rdf:resource="http://purl.mro.name/recorder/pbmi2003-recmod2012/broadcast.rng"/>
  15. <dc:subject rdf:resource="https://mro.name/radio-privatkopie/"/>
  16. <dataview:namespaceTransformation rdf:resource="broadcast2rdf.xslt"/>
  17. </rdf:Description>
  18. </rdf:RDF>