@prefix dcterms: <http://purl.org/dc/terms/> .
@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/6721> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "María la O" ;
    dcterms:creator <http://data.carnegiehall.org/names/26787> ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2001068471>,
        <https://musicbrainz.org/work/f0c6d3cc-5c42-484b-b537-be8999f3b373> .

