@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/100209> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Sinking of the Reuben James" ;
    dcterms:creator <http://data.carnegiehall.org/names/32397> ;
    ns1:dateCreated "1941-1942" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Sinking_of_the_Reuben_James>,
        <http://www.wikidata.org/entity/Q7317468>,
        <https://musicbrainz.org/work/cd9bac2a-6a7d-43f6-a56c-6d619243882e> .

