@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/37239> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Richard Rodgers" ;
    ns1:birthDate "1902-06-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/7269528/> ;
    ns1:deathDate "1979-12-30"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://data.carnegiehall.org/roles/661>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Richard Rodgers" ;
    skos:exactMatch <http://dbpedia.org/resource/Richard_Rodgers>,
        <http://id.loc.gov/authorities/names/n50048058>,
        <http://www.wikidata.org/entity/Q269094>,
        <https://musicbrainz.org/artist/346448f5-25a0-4f78-bbd6-acc0205f7513> .

