@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/109836> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Mississippi Queen" ;
    ns1:cmp <http://data.carnegiehall.org/names/1025742>,
        <http://data.carnegiehall.org/names/124762>,
        <http://data.carnegiehall.org/names/124763> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025742>,
        <http://data.carnegiehall.org/names/124762>,
        <http://data.carnegiehall.org/names/124763> ;
    dcterms:creator <http://data.carnegiehall.org/names/124759> ;
    ns2:dateCreated "1969" ;
    skos:exactMatch <http://dbpedia.org/resource/Mississippi_Queen>,
        <http://www.wikidata.org/entity/Q29373030>,
        <https://musicbrainz.org/work/ccdb1a79-9e8a-32c4-a5f0-22d672ad8eb9> .

