@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/bYKPhiz>
  schema:givenName "Evert"^^xsd:string ;
  schema:name "Evert Maskamp"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5e1bd004-7221-398b-d309-7004ca27c970"^^xsd:string ;
  schema:familyName "Maskamp"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q66r> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f5f31d29-a67f-80cd-ba8e-e925d398839e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2716072> ;
  schema:birthDate "1850-03-20"^^xsd:date .

