@prefix sdo: <https://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix osm: <https://osm2rdf.cs.uni-freiburg.de/rdf#> .

<https://n2t.net/ark:/60537/boxgMd>
  sdo:name "Hofje van Cool"@nl ;
  sdo:identifier "https://www.goudatijdmachine.nl/id/hofje/8" ;
  sdo:comment "Lokatie onduidelijk, getekend volgens Denslagen pagina 344" ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqCgCq> ;
  a sdo:CreativeWork, gtm:Hofje ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/233785> ;
  sdo:startDate "1637"^^xsd:gYear ;
  sdo:endDate "1653"^^xsd:gYear ;
  sdo:sdDatePublished "2023-10-15T12:52:30+00:00"^^xsd:dateTime ;
  geo:hasGeometry [
    geo:asWKT "POLYGON((4.70550133 52.00800280, 4.70528196 52.00788856, 4.70542895 52.00779523, 4.70566431 52.00791251, 4.70550133 52.00800280))"^^geo:wktLiteral ;
    osm:area 296.0
  ] .

# dynamically created via construct_rdf.php on sparql.goudatijdmachine.nl
