@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://carnegiehall.org/> a foaf:Organization ;
    rdfs:label "Carnegie Hall" ;
    foaf:mbox <mailto:archives@carnegiehall.org> .

<http://data.carnegiehall.org/> a <https://www.w3.org/TR/void/#dataset> ;
    dcterms:contributor <http://carnegiehall.org/> ;
    dcterms:description "Performance data release from Carnegie Hall" ;
    dcterms:license <http://creativecommons.org/publicdomain/zero/1.0/> ;
    dcterms:modified "2026-04-06" ;
    foaf:homepage <http://data.carnegiehall.org/> .

