@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/bn4b4by>
  schema:givenName "Abraham"^^xsd:string ;
  schema:name "Abraham Monasch"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/1f160c2d-60a0-e6da-fe89-875203078730"^^xsd:string ;
  schema:familyName "Monasch"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00t2zc> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/a1e234a0-d225-5cf2-cb23-a687e72a9ca8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2448551> ;
  schema:birthDate "1878-01-25"^^xsd:date .

