@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/72833> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Madrigals, Book 5, SV 94–106: Questi vaghi concenti, SV 106" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010617> ;
    ns1:dateCreated "1605" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n78043139>,
        <https://musicbrainz.org/work/69e110fe-5b6a-46f7-b370-5822a2667547> .

