@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/bojo8Bv>
  schema:givenName "Hermanus Johannes"^^xsd:string ;
  schema:name "Hermanus Johannes Miltenburg"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/9ad1f223-05eb-b090-65eb-74aa8cbae474"^^xsd:string ;
  schema:familyName "Miltenburg"^^xsd:string ;
  schema:hasOccupation "Schilder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Maarssen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00v7sj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a104ec74-51ff-56cd-18ce-98b5aa3a0167> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2445300> ;
  schema:birthDate "1856-01-29"^^xsd:date .

