@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/byiXEDo>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ed23b48d-1c0b-4e43-622d-fac5b59e249e"^^xsd:string ;
  schema:familyName "Karreman"^^xsd:string ;
  schema:givenName "Samuel"^^xsd:string ;
  schema:name "Samuel Karreman"@nl ;
  schema:hasOccupation "Schippersknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00x3wz> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7afeff18-b1f4-1923-990e-a08671b3981e> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2333360> ;
  schema:birthDate "1858-01-30"^^xsd:date .

