@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/61250> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "For Me and My Gal" ;
    ns1:cmp <http://data.carnegiehall.org/names/1020523> ;
    ns1:lyr <http://data.carnegiehall.org/names/1019939> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019939>,
        <http://data.carnegiehall.org/names/1020523> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000825> ;
    ns2:dateCreated "1917" ;
    skos:exactMatch <http://dbpedia.org/resource/For_Me_and_My_Gal_(song)>,
        <http://www.wikidata.org/entity/Q5466807>,
        <https://musicbrainz.org/work/23c9ec97-46f0-4d20-a19d-0c55166b5e78> .

