@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/56830> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fiddle Faddle" ;
    dcterms:creator <http://data.carnegiehall.org/names/48195> ;
    ns1:dateCreated "1947" ;
    skos:exactMatch <http://dbpedia.org/resource/Fiddle_Faddle_(musical_composition)>,
        <http://www.wikidata.org/entity/Q5446678>,
        <https://id.loc.gov/authorities/no99038115>,
        <https://musicbrainz.org/work/ad8ed034-20f9-4cb8-86ac-e2d1e07627ea> .

