summaryrefslogtreecommitdiff
path: root/data/org/2013/cykelklub.ttl
blob: 4f294fc0b2d9557a14492d5b51a9339c98d1cb3e (plain)
  1. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  2. @prefix gr: <http://purl.org/goodrelations/v1#> .
  3. @prefix schema: <http://schema.org/> .
  4. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  5. _:cykelklubOrg
  6. a schema:Organization ;
  7. schema:name "Orø Cykelklub"@da ;
  8. foaf:Homepage <http://orøcykelklub.dk/> ;
  9. schema:event [
  10. a schema:SocialEvent ;
  11. schema:name "Store Cykeldag"@da ;
  12. foaf:Homepage <http://orøcykelklub.dk/program.html> ;
  13. schema:startDate "2013-06-09T10:15:00Z"^^xsd:dateTime ;
  14. schema:location [
  15. a schema:Place ;
  16. schema:name "P-pladsen v/ Orø Kirke"@da ;
  17. ] ;
  18. ] .