@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/119207> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Wanna Be Startin' Somethin'" ;
    dcterms:creator <http://data.carnegiehall.org/names/19508> ;
    ns1:dateCreated "1982" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q637873>,
        <https://musicbrainz.org/work/afec4a5d-5ac6-309a-be7c-ee4f919730c3> .

