@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/b2vqAtZ>
  schema:familyName "Carrière"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/42a3e76c-f8c2-235c-afaf-75597d792728"^^xsd:string ;
  schema:givenName "Johan Daniel"^^xsd:string ;
  schema:name "Johan Daniel Carrière"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vwfm> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f12002b7-fbdd-04ec-1506-8d5030481673> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2857892> ;
  schema:birthDate "1888-07-06"^^xsd:date .

