@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/bGDX27C>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Dortland"@nl ;
  schema:familyName "Dortland"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/a03ce192-8215-70d7-a964-752ce28b3b0f"^^xsd:string ;
  schema:hasOccupation "Schilder"@nl ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01552h> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/bf0d72ae-6ead-a5ae-c47e-bf99d470c7aa> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2561661> .

