@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/66551> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Toy Story: You've Got a Friend in Me" ;
    dcterms:creator <http://data.carnegiehall.org/names/66170> ;
    ns1:dateCreated "1995" ;
    skos:exactMatch <http://dbpedia.org/resource/You%27ve_Got_a_Friend_in_Me>,
        <https://musicbrainz.org/work/80bcbac3-6be1-3c39-928d-dd5ab1be7e39> .

