@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/74834> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "3 Elizabethan Songs: 3. O Mistress mine" ;
    ns2:aut <http://data.carnegiehall.org/names/1019635> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019635> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "c. 1891-1896" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n98095772>,
        <https://musicbrainz.org/work/eb4dffa1-4a24-4f6e-95d5-d9d803e7b268> .

