@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/bDVQL44>
  schema:givenName "Antonius Marinus"^^xsd:string ;
  schema:name "Antonius Marinus Weingartner"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/ff486d49-b71f-1dfc-08c0-16bb878a5a47"^^xsd:string ;
  schema:hasOccupation "Steendrukker"@nl ;
  schema:familyName "Weingartner"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oosterhout> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b012868> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/37ebf309-aa50-2e5a-6b00-2a66be41766b> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2074582> ;
  schema:birthDate "1830-04-25"^^xsd:date .

