@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/122667> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Quando m'innamoro" ;
    ns2:cmp <http://data.carnegiehall.org/names/1030007> ;
    ns2:lyr <http://data.carnegiehall.org/names/1001867> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1001867>,
        <http://data.carnegiehall.org/names/1030007> ;
    dcterms:creator <http://data.carnegiehall.org/names/1023044> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <https://musicbrainz.org/work/a1c15885-0d3b-3a2e-87e2-82f5d7533a64> .

