about.rdf 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <rdfs:isDefinedBy rdf:resource=""/>
  18. <dct:hasFormat rdf:resource="http://streams.br-online.de/bayern2_2.m3u"/>
  19. <dct:hasFormat rdf:resource="http://www.br.de/radio/bayern2/programmkalender/programmfahne102.html"/>
  20. <dct:isPartOf rdf:resource="http://br.de/"/>
  21. <foaf:homepage rdf:resource="http://bayern2.de/"/>
  22. <foaf:logo rdf:resource="https://upload.wikimedia.org/wikipedia/de/2/27/Bayern_2_%282007%29.svg"/>
  23. <foaf:name>Bayern 2</foaf:name>
  24. </rdf:Description>
  25. <foaf:Organization rdf:about="http://br.de/">
  26. <dct:hasPart rdf:resource=""/>
  27. <foaf:homepage rdf:resource="http://br.de/"/>
  28. <foaf:logo rdf:resource="https://upload.wikimedia.org/wikipedia/commons/9/98/BR_Dachmarke.svg"/>
  29. <foaf:name>Bayerischer Rundfunk</foaf:name>
  30. </foaf:Organization>
  31. <dctype:Sound rdf:about="http://streams.br-online.de/bayern2_2.m3u">
  32. <rec:streamripperRelayPort rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">8002</rec:streamripperRelayPort>
  33. <dct:description xml:lang="de">Live Stream</dct:description>
  34. <dct:format rdf:resource="http://purl.org/NET/mediatypes/audio/x-mpegurl"/>
  35. <dct:isFormatOf rdf:resource=""/>
  36. <dct:language rdf:resource="http://www.lexvo.org/page/iso639-1/de"/>
  37. </dctype:Sound>
  38. <dctype:Text rdf:about="http://www.br.de/radio/bayern2/programmkalender/programmfahne102.html">
  39. <rec:curfew rdf:datatype="http://www.w3.org/2001/XMLSchema#time">05:00:00</rec:curfew>
  40. <rec:timezone rdf:resource="http://www.w3.org/2002/12/cal/tzd/Europe/Berlin"/>
  41. <dct:description xml:lang="de">Programm Website</dct:description>
  42. <dct:format rdf:resource="http://purl.org/NET/mediatypes/text/html"/>
  43. <dct:isFormatOf rdf:resource=""/>
  44. <dct:language rdf:resource="http://www.lexvo.org/page/iso639-1/de"/>
  45. </dctype:Text>
  46. </rdf:RDF>