@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/bLr24Vj>
  schema:familyName "Craaneveld"^^xsd:string ;
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Craaneveld"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9ffa1add-a8c5-14eb-605e-a3b26d28ecb1"^^xsd:string ;
  schema:hasOccupation "Smidsknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leiden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00fmh8> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/12fef5d2-768d-746f-9435-9a0363e6369a> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/637490> ;
  schema:birthDate "1831-10-26"^^xsd:date .

