@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/38125> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Leopold Stokowski" ;
    ns1:birthDate "1882-04-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1977-09-13"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/120>,
        <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/946>,
        <http://data.carnegiehall.org/roles/971>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Leopold Stokowski" ;
    skos:exactMatch <http://dbpedia.org/resource/Leopold_Stokowski>,
        <http://id.loc.gov/authorities/names/n80050012>,
        <http://www.wikidata.org/entity/Q297562>,
        <https://musicbrainz.org/artist/cf446851-7c71-4822-a3b9-333b87ff2b60> .

