@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/2732> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Loves Me Like A Rock" ;
    ns2:lyr <http://data.carnegiehall.org/names/25485> ;
    dcterms:contributor <http://data.carnegiehall.org/names/25485> ;
    dcterms:creator <http://data.carnegiehall.org/names/25485> ;
    ns1:dateCreated "1973" ;
    skos:exactMatch <http://dbpedia.org/resource/Loves_Me_Like_a_Rock>,
        <https://musicbrainz.org/work/bc76594b-b113-4a57-b929-b9911531108e> .

