@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/5039> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Torna a Surriento" ;
    ns1:lyr <http://data.carnegiehall.org/names/1023837> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1023837> ;
    dcterms:creator <http://data.carnegiehall.org/names/36788> ;
    ns2:dateCreated "1902" ;
    skos:exactMatch <http://dbpedia.org/resource/Torna_a_Surriento>,
        <http://id.loc.gov/authorities/names/no98088019>,
        <http://www.wikidata.org/entity/Q1788199>,
        <https://musicbrainz.org/work/819330e6-2e16-40da-ad7d-8a063209482b> .

