@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/34353> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Goe from my window, FVB 9" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008839> ;
    ns1:dateCreated "c. 1590-1600" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2005117023>,
        <https://musicbrainz.org/work/38ecd884-0359-46f5-96e6-99d70327ac21> .

