blob: fde57b2aa4179e4e3832fbb67f8bffe761a5c0f7 (
plain)
- @prefix : <http://data.biks.dk/mcisland/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :rally
- a schema:SocialEvent ;
- schema:name "Motorcykeltræf"@da ;
- foaf:Homepage <http://www.mcisland.dk/da/rally.php> ;
- 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 .
|