@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/bsTM0Jf>
  schema:givenName "Alida Johanna"^^xsd:string ;
  schema:name "Alida Johanna Vromans"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/323c9cc7-dfcc-de59-0f01-dd58ab258de5"^^xsd:string ;
  schema:familyName "Vromans"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Amsterdam> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b010kxp> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/82872ea5-7630-cd89-d8f8-ed1bf6232bf2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2362561> ;
  schema:birthDate "1885-02-26"^^xsd:date .

