@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/bp9dFc>
  pico:hasAge "16"^^xsd:string ;
  schema:familyName "de Jong"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/index/volkstelling1840/1d6e6bef-4811-4fb3-a706-ef07a8d2a76b"^^xsd:string ;
  schema:givenName "Maria"^^xsd:string ;
  schema:name "Maria de Jong"@nl ;
  gtm:religie "Protestant"^^xsd:string ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/dienstbode> ;
  gtm:plaatselijkeAanduiding <https://n2t.net/ark:/60537/b4nIJGc> ;
  gtm:straat <https://n2t.net/ark:/60537/bjMurf> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/59719> ;
  schema:additionalName [
    ns0:baseSurname "Jong"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

