@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/bDwsgVg>
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Schrijvers"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/4439c876-d2a8-c0a2-f598-96fef4401755"^^xsd:string ;
  schema:familyName "Schrijvers"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Nijmegen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00s4n2> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/16e61dc2-8709-48b9-38d4-1e097fcd43e5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1951884> ;
  schema:birthDate "1840-03-06"^^xsd:date .

