blob: 4f294fc0b2d9557a14492d5b51a9339c98d1cb3e (
plain)
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix gr: <http://purl.org/goodrelations/v1#> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- _:cykelklubOrg
- a schema:Organization ;
- schema:name "Orø Cykelklub"@da ;
- foaf:Homepage <http://orøcykelklub.dk/> ;
- schema:event [
- a schema:SocialEvent ;
- schema:name "Store Cykeldag"@da ;
- foaf:Homepage <http://orøcykelklub.dk/program.html> ;
- schema:startDate "2013-06-09T10:15:00Z"^^xsd:dateTime ;
- schema:location [
- a schema:Place ;
- schema:name "P-pladsen v/ Orø Kirke"@da ;
- ] ;
- ] .
|