@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/1020988> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Billy Rose" ;
    ns1:birthDate "1899-09-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1966-02-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Billy Rose" ;
    skos:exactMatch <http://dbpedia.org/resource/Billy_Rose>,
        <http://id.loc.gov/authorities/names/n82245406>,
        <http://www.wikidata.org/entity/Q448948>,
        <https://musicbrainz.org/artist/7cf92ae7-264e-45a6-aa22-d6f3118eb0e4> .

