@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/br1u9Vk>
  pico:hasAge "21"^^xsd:string ;
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus de Bruin"@nl ;
  schema:familyName "de Bruin"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/6a19d835-0ab6-9eed-6c1c-eb90d273432f"^^xsd:string ;
  schema:hasOccupation "Melkboer"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bGDX78I> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bqbFG6q> ;
  schema:children <https://n2t.net/ark:/60537/byW3YII> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2650782> ;
  schema:additionalName [
    ns0:baseSurname "Bruin"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

