@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/46163> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Scherzi musicali (1607), SV 230-245: Non cosí tost’io miro, SV 234" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010617> ;
    ns1:dateCreated "1607" ;
    skos:exactMatch <https://musicbrainz.org/work/2759c955-fa42-4000-8d58-25ff91f44dfd> .

