@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/bKBf0TG>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Nuvelstijn"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/d1b3a74f-7977-9788-36c9-25ac91571676"^^xsd:string ;
  schema:familyName "Nuvelstijn"^^xsd:string ;
  schema:hasOccupation "Sjouwer"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010fb4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/d28db1ea-cbc7-c2d2-aec0-4603d6a31a15> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2639467> ;
  schema:birthDate "1843-07-11"^^xsd:date .

