@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/b5CUpTt>
  schema:givenName "Adriana Geertruida"^^xsd:string ;
  schema:name "Adriana Geertruida van der Steur"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/37c429dd-b708-928a-ffef-3cb488142abc"^^xsd:string ;
  schema:familyName "van der Steur"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a52be57b-6ded-ecc6-0b1d-a4296e70ac75> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2461479> ;
  schema:birthDate "1866-10-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Steur"^^xsd:string ;
    ns0:surnamePrefix "van der"^^xsd:string
  ] .

