@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix roar: <https://w3id.org/roar#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bd76vw>
  schema:familyName "de Groot"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/ec685530249d12da15b7dfb717f558579eda44753b7ed075cc06935b2d7d0e4a"^^xsd:string ;
  schema:givenName "Jan"^^xsd:string ;
  schema:name "Jan de Groot"@nl ;
  a schema:Person ;
  roar:documentedIn <https://n2t.net/ark:/60537/bsH4FZ> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22752> ;
  schema:additionalName [
    ns0:baseSurname "Groot"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

