@prefix dcterms: <http://purl.org/dc/terms/> .
@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/109580> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Their Hearts Were Full of Spring" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005887> ;
    skos:exactMatch <http://dbpedia.org/resource/Their_Hearts_Were_Full_of_Spring>,
        <http://www.wikidata.org/entity/Q18164405>,
        <https://musicbrainz.org/work/8f8cb52f-d0a1-3886-bf00-2401f0b3fce9> .

