-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
enhancementThe issue describes an improvement to existing functionality or new functionalityThe issue describes an improvement to existing functionality or new functionalitymodelThe issue relates to the linked open data modelThe issue relates to the linked open data model
Milestone
Description
For performing arts we need a way to link a character to an activity performed by an actress or other performer.
la:portrayed / la:portrayed_in
Example:
{
"type": "Activity",
"classified_as": [{"id": "aat:acting", "type": "Type", "_label": "acting"}],
"carried_out_by": [{"id": "ulan:actor", "type": "Person", "_label": "actor"}],
"portrayed": [{"id": "???", "type": "???", "_label": "label for thing being portrayed"}]
}
Need consensus on the class of the 'character':
- Person: most obvious and likely class, but likely insufficient
- Concept: Allows multiple concepts to be influenced_by a Person, e.g. Alexander Hamilton in Hamilton, vs Alexander Hamilton in some other show. Also allows the portrayal of actual concepts ... the portrayal of "Love" or "War" or object types "Flower", "Ocean Wave" etc.
- Linguistic Object: This would be a subtle change more akin to following stage directions + script than the entity being portrayed. (used_specific_technique --> E29 Design or Procedure)
- Multiple -- allow either Person or Concept?
Metadata
Metadata
Assignees
Labels
enhancementThe issue describes an improvement to existing functionality or new functionalityThe issue describes an improvement to existing functionality or new functionalitymodelThe issue relates to the linked open data modelThe issue relates to the linked open data model