@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/b000Nma>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a587faca-d311-7182-e98b-0dc87242499b"^^xsd:string ;
  schema:givenName "Sara"^^xsd:string ;
  schema:name "Sara van Praag"@nl ;
  schema:familyName "van Praag"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tfqn> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4f3a1b60-caaa-b94d-1b86-af5ecadce8f4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2164512> ;
  schema:birthDate "1886-12-11"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Praag"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

