@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/bcUoWSy>
  schema:givenName "Everardus"^^xsd:string ;
  schema:name "Everardus Hopman"@nl ;
  schema:familyName "Hopman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/57e58e01-92df-f83f-23b8-dea21f9595a2"^^xsd:string ;
  schema:hasOccupation "Sigarenmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Woerden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01403p> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/591aada1-9f92-9b1f-3b37-36d3a6f273f1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2202415> ;
  schema:birthDate "1883-08-17"^^xsd:date .

