@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/bywGV6>
  schema:familyName "de Lange"^^xsd:string ;
  schema:identifier "https://www.goudatijdmachine.nl/id/persoon/d30178e164be6e2027ae107417b768c4aded4de34750d6335554fac1b580d348"^^xsd:string ;
  schema:givenName "Willem"^^xsd:string ;
  schema:name "Willem de Lange"@nl ;
  a schema:Person ;
  schema:birthPlace <http://www.gemeentegeschiedenis.nl/gemeentenaam/Rotterdam> ;
  schema:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/voerman> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bN5F9B> ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/22881> ;
  schema:additionalName [
    ns0:baseSurname "Lange"^^xsd:string ;
    ns0:surnamePrefix "de"^^xsd:string
  ] .

