@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/buYLqW9>
  schema:givenName "Dirkje"^^xsd:string ;
  schema:name "Dirkje Dubbel"@nl ;
  schema:familyName "Dubbel"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e25fb688-b778-d8f0-efea-60283d83a261"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fp4g> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/17755054-4238-6373-cc4e-29aca4a7830c> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1954088> .

