@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/32708> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I’ve Got You Under My Skin" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009827> ;
    ns1:dateCreated "1936" ;
    skos:exactMatch <http://dbpedia.org/resource/I%27ve_Got_You_Under_My_Skin>,
        <http://id.loc.gov/authorities/names/no2016037050>,
        <http://www.wikidata.org/entity/Q2165861>,
        <https://musicbrainz.org/work/1f69a658-acd8-32ca-9d6d-5c9cfcd50e62> .

