@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/bo6Gbyu>
  schema:givenName "Cornelis Leonardus"^^xsd:string ;
  schema:name "Cornelis Leonardus Nobel"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e14c3933-dc9d-aa9b-f0fe-78f84dd27f9f"^^xsd:string ;
  schema:familyName "Nobel"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00r72t> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4af0347a-5d25-dd3a-a823-f52b0e699cf8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2148007> ;
  schema:birthDate "1872-10-24"^^xsd:date .

