@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/13245> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "It was a lover and his lasse" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008839> ;
    ns1:dateCreated "1600" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no93005255>,
        <https://musicbrainz.org/work/833617b1-50b1-3235-921e-bc7e3bd96572> .

