@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/btJA3fM>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f9b5f0f7-494e-d3c4-a83d-793da20476f2"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Vogel"@nl ;
  schema:familyName "Vogel"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0133cs> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/f5bf23de-bdb8-b728-77f4-5365f08e9e02> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2715240> ;
  schema:birthDate "1879-09-27"^^xsd:date .

