@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/buznnvG>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/777c2fb5-ef2b-c7f7-1b4b-6fafaed63c6e"^^xsd:string ;
  schema:givenName "Joannes"^^xsd:string ;
  schema:name "Joannes Loogman"@nl ;
  schema:hasOccupation "Letterkundige"@nl ;
  schema:familyName "Loogman"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Alkemade> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b01225k> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/6c538ff9-cc09-6fd5-96dc-225d0f47b828> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2277004> ;
  schema:birthDate "1841-09-17"^^xsd:date .

