@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/118340> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Stars" ;
    ns2:lyr <http://data.carnegiehall.org/names/20470> ;
    dcterms:contributor <http://data.carnegiehall.org/names/20470> ;
    dcterms:creator <http://data.carnegiehall.org/names/20470> ;
    ns1:dateCreated "1974" ;
    skos:exactMatch <http://dbpedia.org/resource/Stars_(Janis_Ian_song)>,
        <http://www.wikidata.org/entity/Q115152664>,
        <https://musicbrainz.org/work/0e91ca40-4bac-36fa-b3c8-6ffd1ea534bc> .

