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

<https://n2t.net/ark:/60537/bC4yAy>
  sdo:name "Pestkerkhof (1610-1655)"@nl ;
  gtm:status "Verwijderd"^^xsd:string ;
  a gtm:GeoTemporeelObject ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1800970> ;
  sdo:startDate "1610"^^xsd:gYear ;
  sdo:endDate "1655"^^xsd:gYear ;
  sdo:image [
    rdfs:type "sdo:ImageObject"^^xsd:string ;
    sdo:contentUrl "https://www.goudatijdmachine.nl/omeka/iiif/3/1800970/manifest"^^xsd:string ;
    sdo:encodingFormat "https://iiif.io/api/presentation/"^^xsd:string
  ] ;
  geo:hasGeometry [ geo:asWKT "POLYGON((4.71056528 52.01504411, 4.71063603 52.01479640, 4.71120968 52.01484844, 4.71074204 52.01506728, 4.71056528 52.01504411))"^^geo:wktLiteral ] .

