@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/works/111118> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Servus Wien (Halloh Vienna)" ;
    ns1:cmp <http://data.carnegiehall.org/names/1002249>,
        <http://data.carnegiehall.org/names/1005345>,
        <http://data.carnegiehall.org/names/1008326>,
        <http://data.carnegiehall.org/names/1013153>,
        <http://data.carnegiehall.org/names/1026201>,
        <http://data.carnegiehall.org/names/1026202>,
        <http://data.carnegiehall.org/names/30017> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1002249>,
        <http://data.carnegiehall.org/names/1005345>,
        <http://data.carnegiehall.org/names/1008326>,
        <http://data.carnegiehall.org/names/1013153>,
        <http://data.carnegiehall.org/names/1026201>,
        <http://data.carnegiehall.org/names/1026202>,
        <http://data.carnegiehall.org/names/30017> ;
    dcterms:creator <http://data.carnegiehall.org/names/1012999> .

