@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/b2vqgSu>
  schema:givenName "Alexander Evert"^^xsd:string ;
  schema:name "Alexander Evert Dortland"@nl ;
  schema:familyName "Dortland"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/e19c5786-021e-d72f-5fae-b47ed4ffd964"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b0155m4> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b5d3b2a7-6ee2-b463-ff9a-ed5f27d51fa1> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2526349> ;
  schema:birthDate "1916-04-29"^^xsd:date .

