@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/btJzwzp>
  schema:givenName "Benjamin"^^xsd:string ;
  schema:name "Benjamin Diamant"@nl ;
  schema:familyName "Diamant"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/85d381b5-b8f2-374e-d821-7868634802bc"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Delft> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tj03> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/46b27342-9012-5f57-dbaa-a97f05f1b899> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2131481> ;
  schema:birthDate "1872-07-26"^^xsd:date .

