@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/120600> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Liquide perle Amor dagl’occhi sparse" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007962> ;
    ns1:dateCreated "1612" ;
    skos:exactMatch <https://musicbrainz.org/work/e83cca7d-53e2-4fcf-87a3-23d953cdfdf7> .

