static/tutorials/sparql_data/vc-db-4.rdf (12 lines of code) (raw):

<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:vCard='http://www.w3.org/2001/vcard-rdf/3.0#' > <rdf:Description rdf:about="http://somewhere/JohnSmith"> <vCard:FN>John Smith</vCard:FN> <vCard:EMAIL rdf:parseType="Resource"> <rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#internet"/> <rdf:value>John@somewhere.com</rdf:value> </vCard:EMAIL> </rdf:Description> </rdf:RDF>