@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/bQqPt00>
  schema:givenName "Bastiaan"^^xsd:string ;
  schema:name "Bastiaan Prang"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/8a4f6edf-8aa6-8ff1-863b-4b42ca171cb2"^^xsd:string ;
  schema:familyName "Prang"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b018tdw> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/276cb485-17de-8d5b-a31a-8e4621054c05> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2013525> ;
  schema:birthDate "1851-02-17"^^xsd:date .

