@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/benhuY5>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus van Os"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/af365dc5-da58-3d12-dc53-3280bd5fd9ec"^^xsd:string ;
  schema:familyName "van Os"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1d3058fc-ed33-e6cf-f2a1-92da66163db0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1973353> ;
  schema:birthDate "1889-10-29"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Os"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

