@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#> .

<https://n2t.net/ark:/60537/bH3kVOm>
  schema:familyName "Dortland"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/2ea990e8-af96-01f4-c434-50cc6aaf5c49"^^xsd:string ;
  schema:givenName "Johanna"^^xsd:string ;
  schema:name "Johanna Dortland"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0178nc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/33e476eb-7820-e36d-e00f-6fd19a534289> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2062168> ;
  schema:birthDate "1851-08-16"^^xsd:date .

