@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/21372> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "O sole mio" ;
    ns1:aut <http://data.carnegiehall.org/names/1022218> ;
    ns1:cmp <http://data.carnegiehall.org/names/1022217> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1022217>,
        <http://data.carnegiehall.org/names/1022218> ;
    dcterms:creator <http://data.carnegiehall.org/names/1005192> ;
    ns2:dateCreated "1898" ;
    skos:exactMatch <http://dbpedia.org/resource/%E2%80%99O_sole_mio>,
        <http://id.loc.gov/authorities/names/n97065857>,
        <http://www.wikidata.org/entity/Q205891>,
        <https://musicbrainz.org/work/93a80540-9011-3969-8e2f-2708c060ab5d> .

