@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/bzYyJUI>
  schema:familyName "Berlijn"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/da5e1477-573e-5315-1f11-9245cf1abfac"^^xsd:string ;
  schema:givenName "Johanna Wilhelmina"^^xsd:string ;
  schema:name "Johanna Wilhelmina Berlijn"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00tmm9> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/18faea1e-92c7-a925-698f-b2ed2708ead8> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/1960018> ;
  schema:birthDate "1814-09-13"^^xsd:date .

