@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/biJZwdd>
  schema:familyName "Bakker"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/3f568786-ace7-0b5b-0a86-e81ef1972151"^^xsd:string ;
  schema:givenName "Johannis"^^xsd:string ;
  schema:name "Johannis Bakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qg8m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/988d9173-184f-b6d7-6cc9-9cba84206b8d> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2790529> ;
  schema:birthDate "1870-04-17"^^xsd:date .

