@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/bxu9IjP>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Kok"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e006c54e-4edd-1668-ee81-c31cbb7d6d35"^^xsd:string ;
  schema:familyName "Kok"^^xsd:string ;
  schema:hasOccupation "Koopman"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Lange_Ruige_Weide> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jntd> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3c4e3fb4-d074-939c-d9eb-9e08734a2af6> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2091587> .

