@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/53961> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Irish Legends: 1. The Tides of Manaunaun" ;
    dcterms:creator <http://data.carnegiehall.org/names/10327> ;
    ns1:dateCreated "c. 1917" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Tides_of_Manaunaun>,
        <http://id.loc.gov/authorities/names/no96046141>,
        <http://www.wikidata.org/entity/Q7769222>,
        <https://musicbrainz.org/work/a4a3d70f-fb8b-40a6-b6c6-a6e26a76a7de> .

