@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/49634> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "My Fair Lady: I Could Have Danced All Night" ;
    ns2:lyr <http://data.carnegiehall.org/names/1019232> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019232> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004061> ;
    ns1:dateCreated "1956" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Could_Have_Danced_All_Night>,
        <http://id.loc.gov/authorities/names/no98128661>,
        <http://www.wikidata.org/entity/Q3433464>,
        <https://musicbrainz.org/work/6cefb931-3a27-3351-bf00-b8289432fa79> .

