@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bJY8oiR>
  pico:hasAge "30"^^xsd:string ;
  schema:familyName "de Quant"^^xsd:string ;
  schema:hasOccupation "Fabriekwerker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/088aee18-93fa-d99b-f6d3-2eef099acdf1"^^xsd:string ;
  schema:givenName "Maarten"^^xsd:string ;
  schema:name "Maarten de Quant"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bpzzh9X> ;
  schema:children <https://n2t.net/ark:/60537/bRG1wHg> ;
  schema:spouse <https://n2t.net/ark:/60537/bZACkuN> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1996054> ;
  schema:additionalName [
    ns0:baseSurname "Quant"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

