about.rdf 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <rdf:RDF xmlns:dc="http://purl.org/dc/elements/1.1/"
  3. xmlns:dctype="http://purl.org/dc/dcmitype/"
  4. xmlns:dct="http://purl.org/dc/terms/"
  5. xmlns:foaf="http://xmlns.com/foaf/0.1/"
  6. xmlns:iso639-1="http://www.lexvo.org/page/iso639-1/"
  7. xmlns:mime="http://purl.org/NET/mediatypes/"
  8. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  9. xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  10. xmlns:rec="http://purl.mro.name/recorder/2014/"
  11. xmlns:tz="http://www.w3.org/2002/12/cal/tzd/"
  12. xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
  13. <foaf:Document rdf:about="">
  14. <foaf:primaryTopic rdf:resource="."/>
  15. </foaf:Document>
  16. <rdf:Description rdf:about=".">
  17. <dct:hasFormat rdf:resource="http://streams.br-online.de/b5aktuell_2.m3u"/>
  18. <dct:hasFormat rdf:resource="http://www.br.de/radio/b5-aktuell/programmkalender/b5aktuell116.html"/>
  19. <dct:isPartOf rdf:resource="http://br.de/"/>
  20. <foaf:homepage rdf:resource="http://bayern5.de/"/>
  21. <foaf:logo rdf:resource="https://upload.wikimedia.org/wikipedia/de/9/9f/B5_aktuell_%282007%29.svg"/>
  22. <foaf:name>Bayern 5</foaf:name>
  23. </rdf:Description>
  24. <foaf:Organization rdf:about="http://br.de/">
  25. <dct:hasPart rdf:resource=""/>
  26. <foaf:homepage rdf:resource="http://br.de/"/>
  27. <foaf:logo rdf:resource="https://upload.wikimedia.org/wikipedia/commons/9/98/BR_Dachmarke.svg"/>
  28. <foaf:name>Bayerischer Rundfunk</foaf:name>
  29. </foaf:Organization>
  30. <dctype:Sound rdf:about="http://streams.br-online.de/b5aktuell_2.m3u">
  31. <rec:streamripperRelayPort rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">8005</rec:streamripperRelayPort>
  32. <dct:description xml:lang="de">Live Stream</dct:description>
  33. <dct:format rdf:resource="http://purl.org/NET/mediatypes/audio/x-mpegurl"/>
  34. <dct:isFormatOf rdf:resource=""/>
  35. <dct:language rdf:resource="http://www.lexvo.org/page/iso639-1/de"/>
  36. </dctype:Sound>
  37. <dctype:Text rdf:about="http://www.br.de/radio/b5-aktuell/programmkalender/b5aktuell116.html">
  38. <rec:curfew rdf:datatype="http://www.w3.org/2001/XMLSchema#time">06:00:00</rec:curfew>
  39. <rec:timezone rdf:resource="http://www.w3.org/2002/12/cal/tzd/Europe/Berlin"/>
  40. <dct:description xml:lang="de">Programm Website</dct:description>
  41. <dct:format rdf:resource="http://purl.org/NET/mediatypes/text/html"/>
  42. <dct:isFormatOf rdf:resource=""/>
  43. <dct:language rdf:resource="http://www.lexvo.org/page/iso639-1/de"/>
  44. </dctype:Text>
  45. </rdf:RDF>