@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/be9AJ3O>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/aa4fb68f-576b-b391-db09-37462e9b435b"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Nobel"@nl ;
  schema:familyName "Nobel"^^xsd:string ;
  schema:hasOccupation "Pottenbakker"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00w6qp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/03f54ea7-2390-5d8b-c295-63f4f59f2f85> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/583875> ;
  schema:birthDate "1844-10-05"^^xsd:date .

