@prefix cc: .
@prefix dc: .
@prefix ex: .
@prefix foaf: .
@prefix rdf: .
@prefix rdfs: .
@prefix svg: .
@prefix xh11: .
@prefix xsd: .
@prefix geo: .
<> dc:title "Dan's home page"^^rdf:XMLLiteral .
_:geolocation geo:lat "51.47026" .
_:geolocation geo:long "-2.59466" .
<#person> rdf:type foaf:Person .
<#person> foaf:homepage <> .
<#person> foaf:based_near _:geolocation .
<#person> foaf:name "Dan Brickley"^^rdf:XMLLiteral .