@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/bMGemid>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9ea066fd-290b-26eb-2266-e7738c101c6a"^^xsd:string ;
  schema:givenName "Leendert"^^xsd:string ;
  schema:name "Leendert 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/48a6cc90-19c2-fe3a-c4a9-783854cef3c4> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2139137> ;
  schema:birthDate "1880-11-28"^^xsd:date .

