@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/1003242> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Victor Young" ;
    ns1:birthDate "1900-08-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:deathDate "1956-11-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Victor Young" ;
    skos:exactMatch <http://dbpedia.org/resource/Victor_Young>,
        <http://id.loc.gov/authorities/names/n87911854>,
        <http://musicbrainz.org/artist/338f9d5d-9327-4f01-bb99-0cdf22c48565>,
        <http://www.wikidata.org/entity/Q365199> .

