summaryrefslogtreecommitdiff
path: root/data/org/2013/mc.ttl
blob: fde57b2aa4179e4e3832fbb67f8bffe761a5c0f7 (plain)
  1. @prefix : <http://data.biks.dk/mcisland/> .
  2. @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  3. @prefix schema: <http://schema.org/> .
  4. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  5. :rally
  6. a schema:SocialEvent ;
  7. schema:name "Motorcykeltræf"@da ;
  8. foaf:Homepage <http://www.mcisland.dk/da/rally.php> ;
  9. schema:startDate "2013-08-30T00:00:00Z"^^xsd:dateTime ;
  10. schema:endDate "2013-09-01T00:00:00Z"^^xsd:dateTime ;
  11. schema:location :home .
  12. :org
  13. schema:event :rally .