@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/bXIjEza>
  schema:givenName "Henri Isaac"^^xsd:string ;
  schema:name "Henri Isaac Privé"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/69790509-5bbe-f756-4e67-3592e275fbad"^^xsd:string ;
  schema:familyName "Privé"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bWt6SLA> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2457788> ;
  schema:birthDate "1895-08-30"^^xsd:date .

