@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/bYy7f4D>
  schema:givenName "Corstiaan"^^xsd:string ;
  schema:name "Corstiaan Meijer"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/27663646-85ca-7b5c-0ac3-98f0d4604f6f"^^xsd:string ;
  schema:familyName "Meijer"^^xsd:string ;
  schema:hasOccupation "Modelmaker"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00zr67> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/799d7ac6-acde-5aec-6bda-6ffec3197d54> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2328047> ;
  schema:birthDate "1856-07-19"^^xsd:date .

