@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/biWGzw6>
  schema:familyName "Grebe"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4d0a8016-2969-2f75-7ac3-864d62ce93f8"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Grebe"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Onstwedde> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b014fsw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/40eca28f-2ae9-f1d9-52d8-7ec97553414a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2109274> ;
  schema:birthDate "1878-11-11"^^xsd:date .

