blob: 166599df22aa9f30fd9b71c6d21a9bf10f67f64d (
plain)
- @prefix marliese: <http://data.biks.dk/marliese/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- []
- a schema:SocialEvent ;
- schema:name "Kunstneruge 2013"@da ;
- schema:startDate "2013-06-30T00:00:00Z"^^xsd:dateTime ;
- schema:endDate "2013-07-06T00:00:00Z"^^xsd:dateTime ;
- schema:location marliese:home .
|