@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/br1ubuo>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8afd3009-038e-dc78-10fd-b86048644330"^^xsd:string ;
  schema:givenName "Jacob"^^xsd:string ;
  schema:name "Jacob Sloof"@nl ;
  schema:familyName "Sloof"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012jf6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e50ddc41-47c8-b5d0-2389-e36f4140ea56> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2678868> ;
  schema:birthDate "1887-09-29"^^xsd:date .

