@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/86492> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Superstition" ;
    dcterms:creator <http://data.carnegiehall.org/names/11830> ;
    ns1:dateCreated "1972" ;
    skos:exactMatch <http://dbpedia.org/resource/Superstition_(song)>,
        <http://www.wikidata.org/entity/Q727067>,
        <https://musicbrainz.org/work/6fc63240-adf1-3fef-a116-75a8f99d28a8> .

