@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/55025> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ollantay, Op. 17" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001904> ;
    ns1:dateCreated "1947" ;
    skos:exactMatch <http://dbpedia.org/resource/Ollantay_(Ginastera)>,
        <http://www.wikidata.org/entity/Q23023672>,
        <https://id.loc.gov/authorities/names/nr00011000>,
        <https://musicbrainz.org/work/0b11f02a-7770-47bc-8b81-55661cbcf6c6> .

