@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/23297> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Noel Coward" ;
    ns1:birthDate "1899-12-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2636147/> ;
    ns1:deathDate "1973-03-26"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/120>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Noel Coward" ;
    skos:exactMatch <http://dbpedia.org/resource/No%C3%ABl_Coward>,
        <http://id.loc.gov/authorities/names/n79071142>,
        <http://musicbrainz.org/artist/6aa4bb26-36f8-4a96-8328-4810a4e9a617>,
        <http://www.wikidata.org/entity/Q298388> .

