@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/13381> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "If Ye Love Me" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001114> ;
    ns1:dateCreated "c. 1565" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n84162678>,
        <https://musicbrainz.org/work/e73f48a4-6e92-3488-ad96-175d60fbc9f5> .

