@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/bGrfniz>
  schema:familyName "Cosijn"^^xsd:string ;
  schema:givenName "Hermina Helena"^^xsd:string ;
  schema:name "Hermina Helena Cosijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1227371c-f5b9-99e1-2e64-5951e41863a3"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011x7j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c21b111b-6dbc-68d6-0bf5-2295206fda94> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2573573> ;
  schema:birthDate "1873-04-05"^^xsd:date .

