@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/bZnUNUZ>
  schema:givenName "Carolus Dirk"^^xsd:string ;
  schema:name "Carolus Dirk Koster"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1b74b677-bb66-8500-933e-991bf3c59ab3"^^xsd:string ;
  schema:familyName "Koster"^^xsd:string ;
  schema:hasOccupation "Suikerwerker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00z3xq> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/4b7a5145-c2c9-4bfa-b010-c91309b202d7> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2150154> ;
  schema:birthDate "1879-09-27"^^xsd:date .

