RDF-3T test 2

Publishing Music

Creator: The Charlatans

Title: Oh! Vanity

Created: 7th of April, 2008

This is a corkin' track from The Charlatans latest album you cross my path.

References:

<meta name="prefix" scheme="mo" content="http://purl.org/ontology/mo/"/>
<meta name="prefix" scheme="foaf" content="http://xmlns.com/foaf/0.1/"/>
<meta name="prefix" scheme="dcterms" content="http://purl.org/dc/terms/"/>
<meta name="prefix" scheme="mbzid" content="http://musicbrainz.org/artist/"/>

Markup:

<div id="example" class="foaf:interest=#oh-vanity">
<div class="mo:MusicalItem=item" id="oh-vanity">
  <p>Creator: <span class="foaf:maker=#_">
	<span class="mo:MusicGroup=item" id="mbzid:8434409e-baa9-4e12-b4aa-566a91c7d7cf">
		<span class="foaf:name=content foaf:made=#oh-vanity">The Charlatans</span>
	</span></span></p>
  <p>Title: <a class="mo:available_as=resource" href="http://mediaweb.musicradio.com/mp3/Oh%21%20Vanity.mp3">
      <span class="dcterms:title=content">Oh! Vanity</span>
  </a></p>
  <p>Created: <span class="dcterms:created=2008-04-07">7th of April, 2008</span></p>
  <div class="dcterms:annotation=literal">
	<p>This is a corkin' track from The Charlatans latest album you cross my path.</p>
  </div>
</div>
</div>

Results:

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xml:base="http://weborganics.co.uk/RDF-3T/test2.html">
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html">
    <foaf:interest xmlns:foaf="http://xmlns.com/foaf/0.1/" rdf:resource="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity">
    <rdf:type rdf:resource="http://purl.org/ontology/mo/MusicalItem"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity">
    <foaf:maker xmlns:foaf="http://xmlns.com/foaf/0.1/" rdf:resource="http://musicbrainz.org/artist/8434409e-baa9-4e12-b4aa-566a91c7d7cf"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://musicbrainz.org/artist/8434409e-baa9-4e12-b4aa-566a91c7d7cf">
    <rdf:type rdf:resource="http://purl.org/ontology/mo/MusicGroup"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://musicbrainz.org/artist/8434409e-baa9-4e12-b4aa-566a91c7d7cf">
    <foaf:name xmlns:foaf="http://xmlns.com/foaf/0.1/">The Charlatans</foaf:name>
  </rdf:Description>
  <rdf:Description rdf:about="http://musicbrainz.org/artist/8434409e-baa9-4e12-b4aa-566a91c7d7cf">
    <foaf:made xmlns:foaf="http://xmlns.com/foaf/0.1/" rdf:resource="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity">
    <mo:available_as xmlns:mo="http://purl.org/ontology/mo/" rdf:resource="http://mediaweb.musicradio.com/mp3/Oh%21%20Vanity.mp3"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity">
    <dcterms:title xmlns:dcterms="http://purl.org/dc/terms/">Oh! Vanity</dcterms:title>
  </rdf:Description>
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity">
    <dcterms:created xmlns:dcterms="http://purl.org/dc/terms/">2008-04-07</dcterms:created>
  </rdf:Description>
  <rdf:Description rdf:about="http://weborganics.co.uk/RDF-3T/test2.html#oh-vanity">
    <dcterms:annotation xmlns:dcterms="http://purl.org/dc/terms/" rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral"><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p>This is a great track from The Charlatans latest album you cross my path.</p>
</div>]]></dcterms:annotation>
  </rdf:Description>
</rdf:RDF>

Try: Get RDF-3T results or Convert to RDF/NTriples, using : Mindswap RDF Converter