@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/86993> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "How the Grinch Stole Christmas!: You're a Mean One, Mr. Grinch" ;
    ns2:lyr <http://data.carnegiehall.org/names/1023513> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1023513> ;
    dcterms:creator <http://data.carnegiehall.org/names/1012880> ;
    ns1:dateCreated "1966" ;
    skos:exactMatch <http://musicbrainz.org/work/9d81582a-5170-4152-a69b-db9ece659b3c> .

