@prefix pico: <https://personsincontext.org/model#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix gtm: <https://www.goudatijdmachine.nl/def#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://n2t.net/ark:/60537/bB16RC>
  pico:hasAge "3"^^xsd:string ;
  schema:givenName "Agatha"^^xsd:string ;
  schema:name "Agatha Loos"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/index/volkstelling1840/374e6d68-6c2d-4566-9b27-a26e63db3cdb"^^xsd:string ;
  schema:familyName "Loos"^^xsd:string ;
  gtm:religie "Rooms"^^xsd:string ;
  schema:hasOccupation "Zonder"@nl ;
  gtm:straat <https://n2t.net/ark:/60537/bn4b0F> ;
  gtm:plaatselijkeAanduiding <https://n2t.net/ark:/60537/bn4rog> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/59315> .

