@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/121665> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "There's a Long, Long" ;
    ns2:lyr <http://data.carnegiehall.org/names/1029712> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1029712> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004226> ;
    ns1:dateCreated "1913" ;
    skos:exactMatch <http://dbpedia.org/resource/There%27s_a_Long_Long_Trail_A-Winding>,
        <http://www.wikidata.org/entity/Q7782646>,
        <https://musicbrainz.org/work/7bb69f7a-8bcf-4b9f-b21a-429c7969111a> .

