@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@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/113154> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Beauty and the Beast: If I Can't Love Her" ;
    ns1:lyr <http://data.carnegiehall.org/names/1021451> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021451> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002959> ;
    ns2:dateCreated "1994" ;
    skos:exactMatch <http://dbpedia.org/resource/If_I_Can%27t_Love_Her>,
        <http://www.wikidata.org/entity/Q17300021>,
        <https://id.loc.gov/authorities/names/no2009014831>,
        <https://musicbrainz.org/work/b165168d-4428-409f-8be0-63a155101b07> .

