@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/bWFPwhT>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Bloot"@nl ;
  schema:hasOccupation "Bakkersknecht"@nl ;
  schema:familyName "Bloot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9a4c9c2b-3480-8eac-de0c-608f5a080946"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Moordrecht> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b013hqg> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fa97641c-dd92-ba2e-b832-ab50e73da5dc> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2742017> ;
  schema:birthDate "1881-11-21"^^xsd:date .

