@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/baPpvNR>
  schema:givenName "Cornelis Marinus"^^xsd:string ;
  schema:name "Cornelis Marinus Jansen"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f8469dc5-2374-088b-a236-5825ee04e6bd"^^xsd:string ;
  schema:familyName "Jansen"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0105dx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c4d1601d-2000-c14a-396b-0a90720259cd> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2583817> .

