@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/11448> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Turandot: Act I. Signore, ascolta!" ;
    ns2:lbt <http://data.carnegiehall.org/names/1019897> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019897> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004603> ;
    ns1:dateCreated "1926" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96047006>,
        <http://www.wikidata.org/entity/Q54986308>,
        <https://musicbrainz.org/work/e4bb6809-0083-3865-aaa2-fb54f5337fdd> .

