@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/bgRH1Wr>
  schema:givenName "Adriaan"^^xsd:string ;
  schema:name "Adriaan Kop"@nl ;
  schema:hasOccupation "Barbier"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/0d7401e2-1e8d-7b51-09ce-e416bed56fd9"^^xsd:string ;
  schema:familyName "Kop"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Vlaardingen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b015qdq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/8a4f3f40-aa3a-d73e-4a3c-07cf527abd45> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2392323> ;
  schema:birthDate "1892-10-08"^^xsd:date .

