@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/beMJJi>
  pico:hasAge "3"^^xsd:string ;
  schema:familyName "de Nijs"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/index/volkstelling1840/edbb947d-b936-40bc-aadd-3fbc00e732ae"^^xsd:string ;
  schema:givenName "Lydia"^^xsd:string ;
  schema:name "Lydia de Nijs"@nl ;
  gtm:religie "Protestant"^^xsd:string ;
  schema:hasOccupation "Zonder"@nl ;
  gtm:plaatselijkeAanduiding <https://n2t.net/ark:/60537/bCgwDx> ;
  gtm:straat <https://n2t.net/ark:/60537/bjZb7N> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/61036> ;
  schema:additionalName [
    ns0:baseSurname "Nijs"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

