@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#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bFb3eNI>
  schema:givenName "Frederik Hendrik"^^xsd:string ;
  schema:name "Frederik Hendrik van Nassau"@nl ;
  schema:identifier "https://www.goudatijdmachine.nl/id/samh/person/70468e5e-3697-7a0a-9677-40361a386fa2"^^xsd:string ;
  schema:hasOccupation "Officier Leger des Heilis"@nl ;
  schema:familyName "van Nassau"^^xsd:string ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Heemstede> ;
  prov:hadPrimarySource <https://n2t.net/ark:/60537/byJmtqC> ;
  a pico:PersonObservation ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/2522807> ;
  schema:birthDate "1885-04-18"^^xsd:date ;
  schema:additionalName [
    ns0:baseSurname "Nassau"^^xsd:string ;
    ns0:surnamePrefix "van"^^xsd:string
  ] .

