@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/124717> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "In Windsor Forest" ;
    ns1:aut <http://data.carnegiehall.org/names/1001289>,
        <http://data.carnegiehall.org/names/1002419>,
        <http://data.carnegiehall.org/names/1019635>,
        <http://data.carnegiehall.org/names/1022754>,
        <http://data.carnegiehall.org/names/1030676> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1001289>,
        <http://data.carnegiehall.org/names/1002419>,
        <http://data.carnegiehall.org/names/1019635>,
        <http://data.carnegiehall.org/names/1022754>,
        <http://data.carnegiehall.org/names/1030676> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns2:dateCreated "1930" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97018655>,
        <https://musicbrainz.org/work/63f573c2-4081-4cf5-9bb3-625c5ec66c41> .

