@prefix ns0: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://w3id.org/pnv#> .

<https://n2t.net/ark:/60537/bpzEV2>
  ns0:birthDate "1884"^^xsd:string ;
  ns0:deathDate "1953"^^xsd:string ;
  ns0:name "A. Le Cosquino de Bussy (1884-1953)"@nl ;
  ns0:givenName "Arthur"^^xsd:string ;
  ns0:familyName "le Cosquino de Bussy"^^xsd:string ;
  rdfs:seeAlso <http://data.bibliotheken.nl/id/thes/p327272929> ;
  ns0:subjectOf <http://www.biografischportaal.nl/persoon/74796944> ;
  a ns0:Person ;
  owl:sameAs <https://www.goudatijdmachine.nl/omeka/api/items/93670> ;
  ns0:additionalName [
    ns1:baseSurname "Cosquino de Bussy"^^xsd:string ;
    ns1:surnamePrefix "le"^^xsd:string
  ] .

