@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/93623> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ave Maria, WAB 6" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002382> ;
    ns1:dateCreated "1861" ;
    skos:exactMatch <http://dbpedia.org/resource/Ave_Maria_(Bruckner)>,
        <http://id.loc.gov/authorities/names/no98116559>,
        <http://www.wikidata.org/entity/Q18205381>,
        <https://musicbrainz.org/work/7135e602-95df-4f04-a0c9-904c01568f93> .

