@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/baPoT4n>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/408e2eeb-236a-309e-3da6-2fca2aaf86cc"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan Muis"@nl ;
  schema:familyName "Muis"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Stolwijk> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00q01d> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/0d900dec-1307-c3fa-5b97-b2199ad6f388> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/622923> ;
  schema:birthDate "1870-12-13"^^xsd:date .

