@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/b2vqAPj>
  schema:familyName "Brenkman"^^xsd:string ;
  schema:givenName "Daniel"^^xsd:string ;
  schema:name "Daniel Brenkman"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/fe2e0afa-dcf7-1f8f-f3d9-71b27de3c888"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0106g4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f2dac1bd-b591-4757-ce3f-2dcae012f1b8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2864324> ;
  schema:birthDate "1880-03-12"^^xsd:date .

