@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/b6sHUJC>
  schema:givenName "Frederik"^^xsd:string ;
  schema:name "Frederik Lammerts van Bueren"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/30667ca7-2bc4-e2e1-cd8b-7a58fdc3859e"^^xsd:string ;
  schema:familyName "Lammerts van Bueren"^^xsd:string ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/bN5DaFj> ;
  schema:parent <https://n2t.net/ark:/60537/bQDxkMM>, <https://n2t.net/ark:/60537/bYy79BQ> ;
  a pico:PersonObservation ;
  pico:hasRole <https://terms.personsincontext.org/ThesaurusHistorischePersoonsgegevens/575> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2230342> ;
  schema:birthDate "1822-03-23"^^xsd:date .

