@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/bLQsdWV>
  schema:familyName "Bonneur"^^xsd:string ;
  schema:givenName "Daniel"^^xsd:string ;
  schema:name "Daniel Bonneur"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ce7cbf43-2a2c-28af-2190-3cf6cc81f670"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00k00m> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/9867c174-ac22-fcb4-7e6f-e7c69c600818> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2789883> ;
  schema:birthDate "1808-10-04"^^xsd:date .

