@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/bT7VwMw>
  schema:givenName "Hendrikus"^^xsd:string ;
  schema:name "Hendrikus Linthorst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c33e8b7b-7dc8-5f67-0e8e-7ed1a23c51c5"^^xsd:string ;
  schema:familyName "Linthorst"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Breda> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00qth9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6809b183-ad78-a173-7732-32bc6af58b51> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2260321> ;
  schema:birthDate "1869-01-22"^^xsd:date .

