@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/b3XiVUc>
  schema:givenName "Bartholomeus"^^xsd:string ;
  schema:name "Bartholomeus Streefland"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ca4a5c08-9497-e6fd-d7f9-7f9fa67d5db0"^^xsd:string ;
  schema:birthPlace "Stein"@nl ;
  schema:familyName "Streefland"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012c0x> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/99b7c3ee-90df-65b4-fcae-3fb19dbbebc9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2417387> ;
  schema:birthDate "1849-08-02"^^xsd:date .

