@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/b2hIn7y>
  schema:givenName "Andries"^^xsd:string ;
  schema:name "Andries Ferwerda"@nl ;
  schema:familyName "Ferwerda"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/cd4db271-b636-3c74-ae90-5799680594c4"^^xsd:string ;
  schema:hasOccupation "Winkelbediende"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Leeuwarden> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bQqP3Zi> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2270142> ;
  schema:birthDate "1874-02-21"^^xsd:date .

