@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/110539> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I Wanna Dance with Somebody (Who Loves Me)" ;
    ns2:cmp <http://data.carnegiehall.org/names/1022357> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022357> ;
    dcterms:creator <http://data.carnegiehall.org/names/1022356> ;
    ns1:dateCreated "1987" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Wanna_Dance_with_Somebody_(Who_Loves_Me)>,
        <https://musicbrainz.org/work/e2de82c7-6fa9-3c3b-989b-844e8c9be126> .

