@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/51636> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Bassarids" ;
    ns2:lbt <http://data.carnegiehall.org/names/1025427>,
        <http://data.carnegiehall.org/names/456> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025427>,
        <http://data.carnegiehall.org/names/456> ;
    dcterms:creator <http://data.carnegiehall.org/names/43479> ;
    ns1:dateCreated "1964-1965" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Bassarids>,
        <http://www.wikidata.org/entity/Q844406>,
        <https://id.loc.gov/authorities/n94029548>,
        <https://musicbrainz.org/work/441b12d3-35f5-4a83-80c7-36ab76901f81> .

