@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/38872> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Little Mermaid: Part of Your World" ;
    ns2:lyr <http://data.carnegiehall.org/names/1020048> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020048> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002959> ;
    ns1:dateCreated "1989" ;
    skos:exactMatch <http://dbpedia.org/resource/Part_of_Your_World>,
        <http://www.wikidata.org/entity/Q3366906>,
        <https://musicbrainz.org/work/933688c9-2ac6-37d0-8a11-5e4c760446ee> .

