@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/bRSJohJ>
  schema:givenName "Gerardus"^^xsd:string ;
  schema:name "Gerardus Schieveen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ed192ac7-4526-130a-e8aa-47635e01b9f1"^^xsd:string ;
  schema:familyName "Schieveen"^^xsd:string ;
  schema:hasOccupation "Tapper"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jz4j> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/564c6568-1078-c70b-f78a-6a893c43cf26> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2191806> ;
  schema:birthDate "1833-08-12"^^xsd:date .

