@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/114289> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Freedom Come-All-Ye" ;
    dcterms:creator <http://data.carnegiehall.org/names/1027225> ;
    ns1:dateCreated "1960" ;
    skos:exactMatch <http://dbpedia.org/resource/Freedom_Come-All-Ye>,
        <http://www.wikidata.org/entity/Q5500511>,
        <https://musicbrainz.org/work/af1cc1de-f5c0-4b7f-8ed2-8c6847d841d6> .

