@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/bHGsG29>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Everling"@nl ;
  schema:familyName "Everling"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c4363ed4-2911-2ccc-9d4b-4be1fc039a9f"^^xsd:string ;
  schema:hasOccupation "Touwspinner"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qgkb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/df744275-bd8f-a47c-769e-a2fa1b6cc5f0> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2824227> ;
  schema:birthDate "1815-05-24"^^xsd:date .

