@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/bDVRg02>
  schema:givenName "Christina Johanna"^^xsd:string ;
  schema:name "Christina Johanna Maskamp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b23e6431-bd59-d175-8ad8-de2400fa5023"^^xsd:string ;
  schema:familyName "Maskamp"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pctr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d0016f46-b0a8-77bd-d6b6-ab5a0c27c845> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2626105> ;
  schema:birthDate "1874-09-22"^^xsd:date .

