@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/bSIx560>
  schema:givenName "Cornelis"^^xsd:string ;
  schema:name "Cornelis Mulder"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ac4157e0-5509-f515-1c6c-e057258e6a26"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:hasOccupation "Politieagent"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Ede> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00svgz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/51be8ceb-1130-6440-e7c2-a0f8b5f64cdb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2174383> ;
  schema:birthDate "1849-03-12"^^xsd:date .

