@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/117669> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Visions of Johanna" ;
    ns1:lyr <http://data.carnegiehall.org/names/57873> ;
    dcterms:contributor <http://data.carnegiehall.org/names/57873> ;
    dcterms:creator <http://data.carnegiehall.org/names/57873> ;
    ns2:dateCreated "1966" ;
    skos:exactMatch <http://dbpedia.org/resource/Visions_of_Johanna>,
        <http://www.wikidata.org/entity/Q2093988>,
        <https://musicbrainz.org/work/acf2000d-8e7e-3e91-b0b6-9fa34d53ec06> .

