@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/67630> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "House of Flowers: A Sleepin’ Bee" ;
    ns2:lyr <http://data.carnegiehall.org/names/1025835>,
        <http://data.carnegiehall.org/names/105317> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025835>,
        <http://data.carnegiehall.org/names/105317> ;
    dcterms:creator <http://data.carnegiehall.org/names/105317> ;
    ns1:dateCreated "1954" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Sleepin%27_Bee>,
        <http://www.wikidata.org/entity/Q4659572>,
        <https://id.loc.gov/authorities/names/no2001101176>,
        <https://musicbrainz.org/work/603c64a6-90cd-37ba-8fb7-277760b2123c> .

