@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/byJnaS2>
  schema:givenName "Arie"^^xsd:string ;
  schema:name "Arie Muis"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/5982ed59-5208-c28c-a495-8f4dd9757e98"^^xsd:string ;
  schema:familyName "Muis"^^xsd:string ;
  schema:hasOccupation "Stalknecht"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Hoenkoop> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/b3dc4030-bb59-5421-6a7d-2305891b6995> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2518574> ;
  schema:birthDate "1847-11-15"^^xsd:date .

