@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/bT7VWDr>
  schema:givenName "Aart"^^xsd:string ;
  schema:name "Aart van Os"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c52aef1a-98b6-f748-4405-2cdd2961130a"^^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/f7a919fe-b787-5700-316c-ffdd22c590b4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2722675> ;
  schema:birthDate "1879-02-14"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Os"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

