@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/b7HUfmm>
  schema:givenName "Antoine Joseph"^^xsd:string ;
  schema:name "Antoine Joseph Beudt"@nl ;
  schema:familyName "Beudt"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a3471396-8a90-07aa-3a41-ab1f1824a844"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00jstx> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b31877a8-26e7-52d9-155a-bf4a1e0fd7c9> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2515489> ;
  schema:birthDate "1853-06-12"^^xsd:date .

