@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/bhHuA63>
  schema:familyName "Groenendaal"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/67951a85-4d70-4b66-0879-1d046619fe4e"^^xsd:string ;
  schema:givenName "Matthijs"^^xsd:string ;
  schema:name "Matthijs Groenendaal"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00pkzp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5946a6a4-5b3b-837c-013b-55444a7ad567> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2203111> ;
  schema:birthDate "1864-11-24"^^xsd:date .

