@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/boJMJqs>
  schema:familyName "Burman"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/23be3500-eb07-03bc-19ff-8ad7c7dfcb39"^^xsd:string ;
  schema:givenName "Karel"^^xsd:string ;
  schema:name "Karel Burman"@nl ;
  schema:hasOccupation "Schoenmakers leerling"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00j3fs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/e8b1d59d-9c69-c407-fa4d-1f90529ffdc5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2693694> ;
  schema:birthDate "1838-05-25"^^xsd:date .

