@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/24608> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Strike Up the Band: The Man I Love" ;
    ns2:lyr <http://data.carnegiehall.org/names/1018988> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1018988> ;
    dcterms:creator <http://data.carnegiehall.org/names/34823> ;
    ns1:dateCreated "1924-1927" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Man_I_Love_(song)>,
        <http://id.loc.gov/authorities/names/n95023559>,
        <http://www.wikidata.org/entity/Q1828805>,
        <https://musicbrainz.org/work/e10256bd-40c6-3ebf-847e-c3f561ae4a1e> .

