@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/118518> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "(Turn Out The Light And) Love Me Tonight" ;
    ns1:lyr <http://data.carnegiehall.org/names/1028619> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1028619> ;
    dcterms:creator <http://data.carnegiehall.org/names/1028619> ;
    ns2:dateCreated "1975" ;
    skos:exactMatch <http://dbpedia.org/resource/(Turn_Out_the_Light_And)_Love_Me_Tonight>,
        <https://musicbrainz.org/work/1950a864-7aaa-46f0-b928-907454ef7692> .

