@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/bAbfvMI>
  schema:familyName "Bisschop"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/81cdd524-54c2-ba6f-ad70-22d501d454dc"^^xsd:string ;
  schema:givenName "Johannes"^^xsd:string ;
  schema:name "Johannes Bisschop"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Dordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b011shb> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/3205084d-27f5-f84f-fb6f-a037b070d174> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2054881> ;
  schema:birthDate "1867-05-03"^^xsd:date .

