@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/71350> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Lieder: 2. In meines Vaters Garten" ;
    ns2:aut <http://data.carnegiehall.org/names/1019960> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019960> ;
    dcterms:creator <http://data.carnegiehall.org/names/1002031> ;
    ns1:dateCreated "c. 1900-1901" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/nr2001042129>,
        <https://musicbrainz.org/work/7bfb331e-fd29-4096-a0d7-2b1f1e7849c0> .

