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

<https://n2t.net/ark:/60537/bNVuxt>
  sdo:name "Hofstedegeld nummer 107"@nl ;
  sdo:identifier "https://www.goudatijdmachine.nl/id/hofstedegeld/107"@nl ;
  a gtm:Hofstedegeld ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/34546> ;
  sdo:image [
    rdfs:type "sdo:ImageObject"^^xsd:string ;
    sdo:contentUrl "https://www.goudatijdmachine.nl/omeka/iiif/3/34546/manifest"^^xsd:string ;
    sdo:encodingFormat "https://iiif.io/api/presentation/"^^xsd:string
  ] ;
  geo:hasGeometry [ geo:asWKT "POINT(4.712682 52.008574)"^^geo:wktLiteral ] .

