@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/bWt7Vbp>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/99915555-f255-c3ea-cd88-5b616cd6df22"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna van Pruisen"@nl ;
  schema:familyName "van Pruisen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Breda> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00wz92> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/ebe400c3-d0fd-4f2e-15fe-a57a9cc6409e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2837815> ;
  schema:birthDate "1875-08-28"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Pruisen"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

