@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/bKoxNVB>
  schema:givenName "Dirk"^^xsd:string ;
  schema:name "Dirk Sibbes"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8a220b81-b2fd-669e-f3e9-acb901200df6"^^xsd:string ;
  schema:familyName "Sibbes"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01bhwz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/34056434-c7da-d120-e945-d945e94f9e73> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2062632> ;
  schema:birthDate "1902-07-09"^^xsd:date .

