@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/bvpafA5>
  schema:givenName "Alexander"^^xsd:string ;
  schema:name "Alexander Monasch"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/46d33465-db94-ca54-91da-5eb3eb4d784e"^^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/a548627b-cc2f-d9ee-e4aa-e2be9d6bca33> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2461948> ;
  schema:birthDate "1881-02-07"^^xsd:date .

