blob: ca2bff949515cfdce712cec26c3036878975cb0b (
plain)
- @prefix : <http://data.biks.dk/pensionist/> .
- @prefix dcterms: <http://purl.org/dc/terms/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix forsamlingshus: <http://data.biks.dk/forsamlingshus/> .
- @prefix kro: <http://data.biks.dk/kro/> .
- @prefix schema: <http://schema.org/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- :rungstedlund2013
- a schema:SocialEvent ;
- dcterms:audience :members ;
- schema:name "Tur til Rungstedlund"@da ;
- schema:startDate "2013-05-11T00:00:00Z"^^xsd:dateTime .
- :udflugt2013
- a schema:SocialEvent ;
- dcterms:audience :members ;
- schema:name "Tur til Bakken og Cirkusrevyen"@da ;
- foaf:page <http://www.orø-pensionistforening.dk/html/Sommerudflugter.htm> ;
- schema:startDate "2013-06-26T00:00:00Z"^^xsd:dateTime .
- :rejse2013
- a schema:SocialEvent ;
- dcterms:audience :members ;
- schema:name "Sommerrejse til Polen"@da ;
- foaf:page <http://www.orø-pensionistforening.dk/html/Sommerrejse.htm> ;
- schema:startDate "2013-08-19T00:00:00Z"^^xsd:dateTime ;
- schema:endDate "2013-08-23T00:00:00Z"^^xsd:dateTime .
- :banko
- a schema:SocialEvent ;
- dcterms:audience :members ;
- schema:name "Banko"@da ;
- foaf:page <http://www.orø-pensionistforening.dk/html/Banko.htm> ;
- schema:startDate
- "2013-03-02T14:30:00Z"^^xsd:dateTime,
- "2013-04-06T14:30:00Z"^^xsd:dateTime,
- "2013-09-07T14:30:00Z"^^xsd:dateTime ;
- schema:location forsamlingshus:home .
- :blixen
- a schema:SocialEvent ;
- dcterms:audience :members ;
- schema:name "Foredrag om Karen Blixen"@da ;
- schema:startDate "2013-03-07T14:30:00Z"^^xsd:dateTime ;
- schema:location kro:home .
- :generalforsamling2013
- a schema:SocialEvent ;
- dcterms:audience :members ;
- schema:name "Generalforsamling"@da ;
- foaf:page <http://www.orø-pensionistforening.dk/html/Generalforsamling.htm> ;
- schema:startDate "2013-05-07T16:30:00Z"^^xsd:dateTime ;
- schema:location kro:home .
|