@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/venues/100468> a ns1:EventVenue ;
    rdfs:label "Church of St. Ignatius Loyola" ;
    ns1:containedInPlace <http://data.carnegiehall.org/venues/112236> ;
    rdfs:comment "980 Park Avenue at 84th Street" .

