Skip to content

Instantly share code, notes, and snippets.

@lemire
Created January 23, 2017 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lemire/aacf4640890bc323ca06ade03f3664f4 to your computer and use it in GitHub Desktop.
Save lemire/aacf4640890bc323ca06ade03f3664f4 to your computer and use it in GitHub Desktop.
Fichier RDF
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF SYSTEM "http://purl.org/dc/schemas/dcmes-xml-20000714.dtd">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dcterms="http://purl.org/dc/terms/">
<rdf:Description rdf:about="file://disk/news_12_02_02.mpg">
<dc:title>World News Tonight</dc:title>
<dc:creator>Special Broadcasting Service</dc:creator>
<dc:subject>International news events</dc:subject>
<dc:description>Comprehensive coverage of global and national events,
presented by Anton Enus. </dc:description>
<dc:publisher>SBS-TV</dc:publisher>
<dc:contributor>Anton Enus</dc:contributor>
<dcterms:created>2002-02-12</dcterms:created>
<dcterms:issued>2002-02-12</dcterms:issued>
<dc:type>image</dc:type>
<dc:format>
<dcterms:IMT rdf:value="video/mpg" rdfs:label="MPEG video">
</dcterms:IMT>
</dc:format>
<dcterms:extent>30 mins</dcterms:extent>
<dc:identifier>news_12_02_02</dc:identifier>
<dc:language>
<dcterms:RFC1766>
<rdf:value>EN</rdf:value>
<rdfs:label>English</rdfs:label>
</dcterms:RFC1766>
</dc:language>
<dc:relation>http://www.theworldnews.com.au</dc:relation>
<dcterms:spatial>world</dcterms:spatial>
<dcterms:temporal>2002-02-12</dcterms:temporal>
<dc:rights>SBS 2000</dc:rights>
</rdf:Description>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment