@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/99529> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "7 Elizabethan Lyrics, Op. 12: 4. The Faithless Shepherdess" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007002> ;
    ns1:dateCreated "1908" ;
    skos:exactMatch <https://musicbrainz.org/work/7f6718cc-9b7f-3734-a531-b50713fd3403> .

