@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/b000VY5>
  schema:givenName "Franciscus"^^xsd:string ;
  schema:name "Franciscus Terbeek"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/451e0a59-7348-b795-d22e-bcfa8cb0f3d6"^^xsd:string ;
  schema:familyName "Terbeek"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k137> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/773868af-784f-c8ef-fa69-8b6aaf3ad637> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2318928> ;
  schema:birthDate "1847-01-29"^^xsd:date .

