@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/bCTmuzz>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e7f7c933-c7d7-b020-c188-ce6de6e5459f"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Melkert"@nl ;
  schema:familyName "Melkert"^^xsd:string ;
  schema:hasOccupation "Muziekant"@nl ;
  schema:birthPlace <https://gemeentegeschiedenis.nl/gemeentenaam/Waddinxveen_1> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qvkh> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/5b8e9166-6820-6ebe-addc-7a0b23003d4f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2211816> ;
  schema:birthDate "1837-08-14"^^xsd:date .

