@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/117581> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Nobody" ;
    ns1:lyr <http://data.carnegiehall.org/names/1011363> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1011363> ;
    dcterms:creator <http://data.carnegiehall.org/names/106125> ;
    ns2:dateCreated "1905" ;
    skos:exactMatch <http://dbpedia.org/resource/Nobody_(1905_song)>,
        <http://www.wikidata.org/entity/Q7045931>,
        <https://id.loc.gov/authorities/names/no2013066431>,
        <https://musicbrainz.org/work/28513e4d-6bf7-4522-b2c0-599a1f2c031b> .

