@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/bVQ1d0L>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Droog"@nl ;
  schema:familyName "Droog"^^xsd:string ;
  schema:hasOccupation "Geen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b68f8314-2e0a-2e37-eca5-645b285f5873"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j7tv> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/40b7da7e-5745-d899-3d0a-e32ad4a274db> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2108442> .

