@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/25303> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pinocchio: When You Wish Upon a Star" ;
    ns2:lyr <http://data.carnegiehall.org/names/1019221> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019221> ;
    dcterms:creator <http://data.carnegiehall.org/names/1001743> ;
    ns1:dateCreated "1940" ;
    skos:exactMatch <http://dbpedia.org/resource/When_You_Wish_upon_a_Star>,
        <http://id.loc.gov/authorities/names/n97082195>,
        <http://www.wikidata.org/entity/Q2734098>,
        <https://musicbrainz.org/work/cb73cff9-7c38-3aab-b8e9-48045027c019> .

