@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@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 geo: <http://www.opengis.net/ont/geosparql#> .
@prefix osm: <https://osm2rdf.cs.uni-freiburg.de/rdf#> .

<https://n2t.net/ark:/60537/bCgtcm>
  ns0:name "Hofje van Tams"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/hofje/14"^^xsd:string ;
  ns0:alternateName "Lutherse erf"@nl ;
  ns0:sameAs <https://n2t.net/ark:/60537/bezZdq> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqCgCq> ;
  a gtm:Hofje ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/233791> ;
  ns0:startDate "1656"^^xsd:gYear ;
  ns0:endDate "1916"^^xsd:gYear ;
  geo:hasGeometry [
    geo:asWKT "POLYGON((4.70755035 52.01346764, 4.70718223 52.01378098, 4.70702976 52.01367985, 4.70739158 52.01338361, 4.70755035 52.01346764))"^^geo:wktLiteral ;
    osm:area 619.0
  ] .

