@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/buzn7YG>
  schema:familyName "Appels"^^xsd:string ;
  schema:givenName "Carel"^^xsd:string ;
  schema:name "Carel Appels"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b135747b-efd1-d325-67a3-e547f9095707"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2978bb9b-eed9-8964-1e85-6de129ff6d6e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2021344> ;
  schema:birthDate "1837-11-21"^^xsd:date .

