@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/bx3LhOg>
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/f2fb3a12-d055-aac3-f818-6e5e1d22f691"^^xsd:string ;
  schema:familyName "Mulder"^^xsd:string ;
  schema:givenName "Theodorus"^^xsd:string ;
  schema:name "Theodorus Mulder"@nl ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Oudewater> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/b00vrm5> ;
  a pico:PersonObservation ;
  schema:isBasedOn <https://samh.nl/bronnen/genealogie/deeds/2bddec6d-e1bd-9eba-2ba2-f5f3ab85e4cb> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2031034> ;
  schema:birthDate "1884-03-30"^^xsd:date .

