@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/45590> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "On the Town: Ya Got Me" ;
    ns2:lyr <http://data.carnegiehall.org/names/53561>,
        <http://data.carnegiehall.org/names/53562> ;
    dcterms:contributor <http://data.carnegiehall.org/names/53561>,
        <http://data.carnegiehall.org/names/53562> ;
    dcterms:creator <http://data.carnegiehall.org/names/57697> ;
    ns1:dateCreated "1944" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no98011351>,
        <https://musicbrainz.org/work/1600b6d7-74cd-3013-b983-3d18f09dfa3d> .

