@prefix overheid: <http://standaarden.overheid.nl/owms/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf4j: <http://rdf4j.org/schema/rdf4j#> .
@prefix sesame: <http://www.openrdf.org/schema/sesame#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .

overheid:Groengebied_Amstelland a overheid:Recreatieschap;
  overheid:startDate "2005-01-01"^^xsd:date;
  skos:prefLabel "Groengebied Amstelland"@nl .

overheid:Landschap_Waterland a overheid:Recreatieschap;
  overheid:endDate "2011-12-31"^^xsd:date;
  skos:prefLabel "Landschap Waterland"@nl .

overheid:Recreatie_Noord-Holland a overheid:Recreatieschap;
  overheid:endDate "2005-01-01"^^xsd:date;
  skos:prefLabel "Recreatie Noord-Holland"@nl .

overheid:Recreatieschap_Alkmaarder-_en_Uitgeestermeer a overheid:Recreatieschap;
  overheid:startDate "2002-01-01"^^xsd:date;
  skos:prefLabel "Recreatieschap Alkmaarder- en Uitgeestermeer"@nl .

overheid:Recreatieschap_Geestmerambacht a overheid:Recreatieschap;
  overheid:startDate "2005-01-01"^^xsd:date;
  skos:prefLabel "Recreatieschap Geestmerambacht"@nl .

overheid:Recreatieschap_Het_Twiske a overheid:Recreatieschap;
  overheid:endDate "2011-12-31"^^xsd:date;
  skos:prefLabel "Recreatieschap Het Twiske"@nl .

overheid:Recreatieschap_Spaarnwoude a overheid:Recreatieschap;
  overheid:startDate "2006-01-01"^^xsd:date;
  skos:prefLabel "Recreatieschap Spaarnwoude"@nl .

overheid:rstwwl a overheid:Recreatieschap;
  overheid:startDate "2012-01-01"^^xsd:date;
  skos:prefLabel "Recreatieschap Twiske-Waterland"@nl .
