@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/28439> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Shine" ;
    ns2:lyr <http://data.carnegiehall.org/names/1012937>,
        <http://data.carnegiehall.org/names/1024728> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1012937>,
        <http://data.carnegiehall.org/names/1024728> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006587> ;
    ns1:dateCreated "1910" ;
    skos:exactMatch <http://dbpedia.org/resource/Shine_(1910_song)>,
        <http://www.wikidata.org/entity/Q7497320>,
        <https://musicbrainz.org/work/c5986157-6f4e-411d-a90d-6c6128af0494> .

