@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/8300> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Il turco in Italia" ;
    ns2:lbt <http://data.carnegiehall.org/names/1021476> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021476> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003846> ;
    ns1:dateCreated "1814" ;
    skos:exactMatch <http://dbpedia.org/resource/Il_turco_in_Italia>,
        <http://id.loc.gov/authorities/names/n85076168>,
        <http://www.wikidata.org/entity/Q477643>,
        <https://musicbrainz.org/work/2ffc5ad2-b77c-4e15-a6d3-8ae5ef134f1f> .

