@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/beA1Zn>
  pico:hasAge "32"^^xsd:string ;
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Verschoor"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/index/volkstelling1840/30e6e69f-fc5b-418b-9476-96deeeb0e9a6"^^xsd:string ;
  schema:hasOccupation "Opzigter van de Waterstaat"@nl ;
  gtm:religie "Protestant"^^xsd:string ;
  schema:familyName "Verschoor"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  gtm:straat <https://n2t.net/ark:/60537/b4ZNyA> ;
  gtm:plaatselijkeAanduiding <https://n2t.net/ark:/60537/bJYq62> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/59697> .

