@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bLDO5X>
  pico:hasAge "17"^^xsd:string ;
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Want"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/index/volkstelling1840/a142f1fa-5379-4ff7-acae-de7804eda82c"^^xsd:string ;
  gtm:religie "Protestant"^^xsd:string ;
  schema:familyName "Want"^^xsd:string ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/zeilmaker> ;
  gtm:plaatselijkeAanduiding <https://n2t.net/ark:/60537/bApdrk> ;
  gtm:straat <https://n2t.net/ark:/60537/bjZb7N> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/61001> .

