@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/bM38ELo>
  schema:givenName "Adrianus"^^xsd:string ;
  schema:name "Adrianus Linthorst"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/53b36341-530b-07d0-fb4f-d4015cec3b18"^^xsd:string ;
  schema:familyName "Linthorst"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tdc4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b2202c83-4263-aa5e-a9fa-8cb3185c918f> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2511583> ;
  schema:birthDate "1866-10-30"^^xsd:date .

