@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/bm1GXGx>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a4dfeb2f-8a98-3c78-811b-0b23bda3e827"^^xsd:string ;
  schema:givenName "Johanna Maria"^^xsd:string ;
  schema:name "Johanna Maria van Blokland"@nl ;
  schema:familyName "van Blokland"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bIIVGqR> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2765539> ;
  schema:birthDate "1900-06-22"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Blokland"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

