@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/b99Odro>
  schema:givenName "Arie Hubertus"^^xsd:string ;
  schema:name "Arie Hubertus Muller"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/c67d198f-6dc9-b034-07a3-21451d5efc11"^^xsd:string ;
  schema:familyName "Muller"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Noord-Waddinxveen> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00kcwj> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/fc793bb1-f4e8-c4d1-4217-e586e578fec5> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2746832> ;
  schema:birthDate "1856-08-24"^^xsd:date .

