@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/39834> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sussex By the Sea" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008100> ;
    ns1:dateCreated "1907" ;
    skos:exactMatch <http://dbpedia.org/resource/Sussex_by_the_Sea>,
        <http://www.wikidata.org/entity/Q7649504>,
        <https://musicbrainz.org/work/9a6cf1d5-cb60-4a82-8584-1de53d717e58> .

