@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/bB138ZZ>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana van Buuren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aad7e13e-341e-dc2d-7cfb-b54c2b4958fd"^^xsd:string ;
  schema:familyName "van Buuren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/1d312620-ae0a-6e31-8c30-91de830c3c1c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1973358> ;
  schema:birthDate "1869-01-30"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Buuren"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

