@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/113662> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Airs avec la tablature de luth, Livre 1: Enfin la beauté que j'adore" ;
    dcterms:creator <http://data.carnegiehall.org/names/1014482> ;
    ns1:dateCreated "1624" ;
    skos:exactMatch <https://musicbrainz.org/work/5fe08b58-4fde-4176-8767-7e131d3829ca> .

