@prefix : .
@prefix foaf: .
@prefix schema: .
@prefix xsd: .
:rally
a schema:SocialEvent ;
schema:name "Motorcykeltræf"@da ;
foaf:Homepage ;
schema:startDate "2013-08-30T00:00:00Z"^^xsd:dateTime ;
schema:endDate "2013-09-01T00:00:00Z"^^xsd:dateTime ;
schema:location :home .
:org
schema:event :rally .