@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/116578> a <http://data.carnegiehall.org/model/Entity> ;
    rdfs:label "Charles Previn" ;
    ns1:birthDate "1888-01-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "1973-09-21"^^xsd:date ;
    skos:exactMatch <http://dbpedia.org/resource/Charles_Previn>,
        <http://id.loc.gov/authorities/names/n87896283>,
        <http://www.wikidata.org/entity/Q1065815>,
        <https://musicbrainz.org/artist/e6e11cbc-8af6-42b3-a980-6e8c54bb3f36> .

