@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/63752> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Hair: Easy to Be Hard" ;
    ns2:lyr <http://data.carnegiehall.org/names/1030503>,
        <http://data.carnegiehall.org/names/1030504> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1030503>,
        <http://data.carnegiehall.org/names/1030504> ;
    dcterms:creator <http://data.carnegiehall.org/names/37742> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <https://musicbrainz.org/work/f56f87ec-9c8c-3881-8b6f-b90430cd572b> .

