@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/76307> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "E.Y. \"Yip\" Harburg" ;
    ns1:birthDate "1896-04-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1981-03-05"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "E.Y. \"Yip\" Harburg" ;
    skos:exactMatch <http://dbpedia.org/resource/Yip_Harburg>,
        <http://id.loc.gov/authorities/names/n85342788>,
        <http://www.wikidata.org/entity/Q1273621>,
        <https://musicbrainz.org/artist/42e52c03-27bb-4545-8924-cabff6fab531> .

