@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/bsunbOr>
  schema:givenName "Hermanus"^^xsd:string ;
  schema:name "Hermanus Schouten"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/40110e74-a469-74af-fbf9-a9504e6590f9"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  schema:familyName "Schouten"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0164d91a-9be6-13e4-0b34-02a43add3d80> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/573683> ;
  schema:birthDate "1823-04-05"^^xsd:date .

