@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1009368> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Claude Debussy" ;
    ns1:birthDate "1862-08-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2979783/> ;
    ns1:deathDate "1918-03-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Claude Debussy" ;
    skos:exactMatch <http://dbpedia.org/resource/Claude_Debussy>,
        <http://id.loc.gov/authorities/names/n79132137>,
        <http://musicbrainz.org/artist/be50643c-0377-4968-b48c-47e06b2e2a3b>,
        <http://www.wikidata.org/entity/Q4700> .

