@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .

<https://n2t.net/ark:/60537/bOkVNB>
  schema:identifier "https://www.goudatijdmachine.nl/id/gebouw/stadhuis"^^xsd:string ;
  schema:name "Stadhuis"@nl ;
  rdfs:seeAlso <http://www.wikidata.org/entity/Q3527239> ;
  schema:subjectOf <https://goudaopschrift.nl/index.php/op-kaart/oude-tekst-over-gebouwen/95-stadhuis>, <https://goudsecanon.nl/5/1450/Stadhuis/>, <https://nl.wikipedia.org/wiki/Stadhuis_van_Gouda> ;
  a gtm:Gebouw ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/92345> ;
  geo:hasGeometry [ geo:asWKT "POINT(4.710549 52.011666)"^^geo:wktLiteral ] .

