@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/48890> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "In the South (Alassio), Op. 50" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1903-1904" ;
    skos:exactMatch <http://dbpedia.org/resource/In_the_South_(Alassio)>,
        <http://www.wikidata.org/entity/Q3149748>,
        <https://id.loc.gov/authorities/names/n81020300>,
        <https://musicbrainz.org/work/e83e0d9d-9bca-3ea7-96e2-3f7c092706f4> .

