@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/bbFbR16>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8496eab0-911d-5674-becf-98f0238acab8"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna van Dam"@nl ;
  schema:familyName "van Dam"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Gouderak> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010xst> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/536cff45-6a2f-e76a-ea13-05a74b55b704> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2180681> ;
  schema:birthDate "1871-01-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Dam"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

