@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/bH3mc7j>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Roozeboom"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/b25c668c-d093-01ef-a034-f32a8c018c51"^^xsd:string ;
  schema:hasOccupation "Leeraar H.B.S."@nl ;
  schema:familyName "Roozeboom"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/s-Hertogenbosch> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0135h6> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/7f55e486-5abc-8ea7-79b5-41b2f7c1c37f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2350240> ;
  schema:birthDate "1848-01-06"^^xsd:date .

