performedIn
PerformedIn is a field label used in metadata models to specify the location or context of a performance. It commonly appears in music, theatre, dance, and other performing arts datasets, and is intended to indicate where a performance took place, such as a venue, city, or event. The value can be a simple string, a structured object, or a URI to a resource describing the venue.
In practice, implementations vary. Some schemas use performedIn as a dedicated property separate from a more
Common formatsinclude JSON, JSON-LD, and RDF. Examples:
- JSON: { "title": "Symphony No. 5", "performedIn": { "venue": "Royal Albert Hall", "city": "London", "country": "UK" }, "date": "2023-11-12"
- RDF-like representation might use a triple: <Performance> <performedIn> <Venue>.
Relation to other properties: performedIn is often discussed alongside location, venue, or performedAt. In some standards,
Notes: The term is not a universal standard; its exact interpretation depends on the data model. In