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

<https://n2t.net/ark:/60537/bb26DX>
  ns0:familyName "de Loos"^^xsd:string ;
  ns0:givenName "Ferdinand"^^xsd:string ;
  ns0:name "Ferdinand de Loos"@nl ;
  ns0:identifier "https://www.goudatijdmachine.nl/id/persoon/a13606f41bf78fe03dd5a67441cf554c6358c8704b6f2457d3ae59a83a1e597d"^^xsd:string ;
  ns0:birthPlace "Wezel"^^xsd:string ;
  ns0:hasOccupation <https://iisg.amsterdam/resource/hsn/occupation/tingieter> ;
  roar:documentedIn <https://n2t.net/ark:/60537/bqC4PN> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/23743> ;
  ns0:additionalName [
    ns1:baseSurname "Loos"^^xsd:string ;
    ns1:literalName "Ferdinand de Loos"@nl ;
    ns1:surnamePrefix "de"^^xsd:string
  ] .

