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

<https://n2t.net/ark:/60537/bS5uBj>
  gtm:huisNummer "55"^^xsd:string ;
  sdo:name "U55"^^xsd:string ;
  gtm:wijk <https://n2t.net/ark:/60537/bbsuTi> ;
  a gtm:PlaatselijkeAanduiding ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/40404> ;
  sdo:image [
    rdfs:type "sdo:ImageObject"^^xsd:string ;
    sdo:contentUrl "https://www.goudatijdmachine.nl/omeka/iiif/3/40404/manifest"^^xsd:string ;
    sdo:encodingFormat "https://iiif.io/api/presentation/"^^xsd:string
  ] .

