@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/bIIWRbf>
  schema:givenName "Bernardus Leonardus"^^xsd:string ;
  schema:name "Bernardus Leonardus Raastrop"@nl ;
  schema:hasOccupation "Borstelhoutmaker"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/94d320cc-94ba-0a5f-dfd7-60579ad79c42"^^xsd:string ;
  schema:familyName "Raastrop"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010rvr> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/c7cdf1a1-2948-a987-4497-59e5ba01a5c5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2591950> ;
  schema:birthDate "1865-09-24"^^xsd:date .

