@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/bOLeGrp>
  schema:givenName "Gregorius"^^xsd:string ;
  schema:name "Gregorius Slootjes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4f34aa04-a025-6aec-5d2b-02dd070d33af"^^xsd:string ;
  schema:familyName "Slootjes"^^xsd:string ;
  schema:hasOccupation "Winkelier"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Reeuwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012h43> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f7fccedb-ccf3-b9cb-6155-a9c3ad3f1bca> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2723883> ;
  schema:birthDate "1864-01-19"^^xsd:date .

