@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/47931> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Count Your Blessings (Instead of Sheep)" ;
    dcterms:creator <http://data.carnegiehall.org/names/779> ;
    ns1:dateCreated "1954" ;
    skos:exactMatch <http://dbpedia.org/resource/Count_Your_Blessings_(Instead_of_Sheep)>,
        <http://id.loc.gov/authorities/names/n2002127477>,
        <http://www.wikidata.org/entity/Q5176719>,
        <https://musicbrainz.org/work/e4911611-2bc9-4592-8d44-cec910621ff7> .

