@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/13185> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "I Capuleti ed i Montecchi" ;
    ns1:lbt <http://data.carnegiehall.org/names/1021476> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021476> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003974> ;
    ns2:dateCreated "1830" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Capuleti_e_i_Montecchi>,
        <http://id.loc.gov/authorities/names/n80139461>,
        <http://www.wikidata.org/entity/Q1071307>,
        <https://musicbrainz.org/work/0a0bc66a-800b-465f-b112-e239f5bd3e17> .

