@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/buzoRm>
  schema:givenName "Aartje"^^xsd:string ;
  schema:name "Aartje Smient"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/c98b54cac82f36dc0a2ba12981f1ecfcecf6ae69919dcc897ef47a8e38e36373"^^xsd:string ;
  schema:familyName "Smient"^^xsd:string ;
  a schema:Person ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/pijpmaakster> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bJm3L2> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22866> .

