blob: ce6a4ac65e38a990bb7d1936ee079015508f7fb4 (
plain)
- @prefix : <http://data.biks.dk/kirke/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :oroedag2013
- a schema:SocialEvent ;
- schema:name "Orødagen - folkedans"@da ;
- foaf:page <http://www.oroekirke.dk/html/Arrangementer.htm> ;
- schema:startDate "2013-06-02T10:00:00Z"^^xsd:dateTime ;
- schema:location :home .
- :org
- schema:event :oroedag2013 .
|