@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/119431> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Second Booke of Songs or Ayres: 13. Now cease, my wandering eyes" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005303> ;
    ns1:dateCreated "1600" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97042256>,
        <https://musicbrainz.org/work/accf1bf9-45b1-4b74-8d19-b5d8b5b92eb2> .

