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

<https://n2t.net/ark:/60537/brrRNuw>
  schema:familyName "de Hoog"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/67e25872-b936-78ec-6bf8-4d257696df80"^^xsd:string ;
  schema:givenName "Sara Adriana"^^xsd:string ;
  schema:name "Sara Adriana de Hoog"@nl ;
  schema:spouse <https://n2t.net/ark:/60537/bixgYEp> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bsumJbK> ;
  schema:children <https://n2t.net/ark:/60537/bzmsCjM> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/571184> ;
  schema:additionalName [
    ns0:baseSurname "Hoog"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

