@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/118594> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Born in the U.S.A." ;
    ns1:lyr <http://data.carnegiehall.org/names/39717> ;
    dcterms:contributor <http://data.carnegiehall.org/names/39717> ;
    dcterms:creator <http://data.carnegiehall.org/names/39717> ;
    ns2:dateCreated "1982" ;
    skos:exactMatch <http://dbpedia.org/resource/Born_in_the_U.S.A._(song)>,
        <http://www.wikidata.org/entity/Q522215>,
        <https://musicbrainz.org/work/55d593ce-52cc-30ec-9494-eca1ab879f5c> .

