@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/65169> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Baby, Won't You Please Come Home" ;
    ns2:cmp <http://data.carnegiehall.org/names/1024731> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024731> ;
    dcterms:creator <http://data.carnegiehall.org/names/51337> ;
    ns1:dateCreated "1919" ;
    skos:exactMatch <http://dbpedia.org/resource/Baby_Won%27t_You_Please_Come_Home>,
        <http://www.wikidata.org/entity/Q4838428>,
        <https://musicbrainz.org/work/0870cb50-7f02-321e-88c7-75d4d7623f37> .

