@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/b99NCNS>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/652c77d5-9b9b-1556-7c8c-15776ba806ec"^^xsd:string ;
  schema:givenName "Ida"^^xsd:string ;
  schema:name "Ida van Leeuwen"@nl ;
  schema:familyName "van Leeuwen"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01287p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3c9b865a-baa5-a6c1-9a54-329ae021d8a5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2092718> ;
  schema:birthDate "1851-05-05"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Leeuwen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

