@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/49203> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fancy Free" ;
    dcterms:creator <http://data.carnegiehall.org/names/57697> ;
    ns1:dateCreated "1944" ;
    skos:exactMatch <http://dbpedia.org/resource/Fancy_Free_(ballet)>,
        <http://www.wikidata.org/entity/Q1395476>,
        <https://id.loc.gov/authorities/no94044115>,
        <https://musicbrainz.org/work/127e1113-4295-4d71-8169-7e15b8c355e3> .

