@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/bY7ItoM>
  schema:givenName "Adriana"^^xsd:string ;
  schema:name "Adriana van Roon"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4173ca48-a0ca-d6a0-8382-e3b810f5f345"^^xsd:string ;
  schema:familyName "van Roon"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00m11r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/028f299c-f994-79a4-cc88-001bdf3acff5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/578299> ;
  schema:birthDate "1852-06-15"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Roon"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

