(english) This page documents the data model used by the SAPA Foundation (Switzerland) to model entities specific to the performing arts. In particular, it models productions, performance series, individual performances, standalone performances, seasons and recordings. This model is mainly based on the FRBRoo and CIDOC-CRM ontologies. The following aspects should also be noted:
frbroo:F22_Self-Contained_Expression. The latter are not intended to be reconciled or completed. For example, they do not have any labels.frbroo:F20_Performance_Work and frbroo:F25_Performance_Plan are used in a very similar way. They model the creative and economic process that made the performance possible. It is not impossible that in the future they will be merged into a single entity of type lrmoo:F1_Work.schema:additionalType property.crm:E42_Identifier linked to ‘Performance Plans’ have so far only been used for internal management purposes within the SAPA Foundation. They serve to link to other databases maintained by the foundation.crm:E62_String in the future.(français) Cette page documente le modèle de données utilisé par la Fondation SAPA (Suisse) pour modéliser les entités spécifiques aux arts de la scène. Y sont modélisées en particulier les productions, les séries de représentations, les représentations individuelles, les représentations isolées, les saisons et les captations. Ce modèle est principalement basé sur les ontologies FRBRoo et CIDOC-CRM. Il faut aussi bien noter les aspects suivants :
frbroo:F22_Self-Contained_Expression. Ces dernières n’ont pas vocation à être réconciliées ou complétées. Elles ne disposent par exemple d’aucun libellé.frbroo:F20_Performance_Work et frbroo:F25_Performance_Plan sont utilisées dans une compréhension très proche. On y modélise le processus créatif et économique qui a rendu possible le spectacle. Il n’est pas impossible qu’à l’avenir elles soient fusionnées au sein d’une même entité de type lrmoo:F1_Work.frbroo:F31_Performance. Leur distinction est signalée via un vocabulaire contrôlé utilisé avec la propriété schema:additionalType.crm:E42_Identifier liées aux «Performance Plan» n’ont qu’une vocation de gestion interne à la Fondation SAPA jusqu’ici. Elles servent à faire le lien vers d’autres bases de données maintenues par la fondation.crm:E62_String à l’avenir.
http://shapes.performing-arts.ch/performances/Activity_Participation
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT ?this
WHERE {
?x crm:P9_consists_of ?this .
?this a crm:E7_Activity .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| additional type | schema:additionalType |
Type of Activity |
0..1
|
|
| carried out by | crm:P14_carried_out_by |
crm:E21_Person or crm:E74_Group or crm:E39_Actor |
1..*
|
|
| certainty | rico:certainty |
Type of Confidence (Certainty) |
0..1
|
|
| comment | rdfs:comment |
xsd:string |
0..1
|
|
| has type | crm:P2_has_type |
Type of Activity |
1..1
|
|
| index | olo:index |
xsd:integer |
0..1
|
|
| label | rdfs:label |
xsd:string |
0..1
|
http://shapes.performing-arts.ch/performances/Creation_of_non-performative_work
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT ?this
WHERE {
?this a frbroo:F28_Expression_Creation .
?this frbroo:R17_created ?something .
?something a frbroo:F22_Self-Contained_Expression .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| consists of | crm:P9_consists_of |
Activity Participation |
1..*
|
|
| created | frbroo:R17_created |
Non-Performative Expression |
1..1
|
http://shapes.performing-arts.ch/performances/Creation_of_Performance_Plan
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT ?this
WHERE {
?this a frbroo:F28_Expression_Creation .
?this frbroo:R17_created ?something .
?something a frbroo:F25_Performance_Plan .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| consists of | crm:P9_consists_of |
Activity Participation |
1..*
|
|
| created | frbroo:R17_created |
Performance Plan |
1..1
|
|
| created a realisation of | frbroo:R19_created_a_realisation_of |
Performance Work |
0..1
|
http://shapes.performing-arts.ch/performances/Creation_of_Recording
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT ?this
WHERE {
?this a frbroo:F28_Expression_Creation .
?this frbroo:R17_created ?something .
?something a frbroo:F26_Recording .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| consists of | crm:P9_consists_of |
Activity Participation |
1..*
|
|
| created | frbroo:R17_created |
Recording |
1..1
|
|
| has time-span | crm:P4_has_time-span |
Time-Span |
0..1
|
http://shapes.performing-arts.ch/performances/E42_IdentifierCes identifiants font référence à d'autres base de données internes à SAPA
| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| has type | crm:P2_has_type |
Type of Identifier |
1..1
|
|
| value | rdf:value |
xsd:string |
1..1
|
http://shapes.performing-arts.ch/performances/E33_Linguistic_Object
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT ?this
WHERE {
?this a crm:E33_Linguistic_Object.
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| has type | crm:P2_has_type |
Type of Linguistic Object |
1..1
|
|
| value | rdf:value |
Literal |
1..1
|
http://shapes.performing-arts.ch/performances/F22_Self-Contained_ExpressionIn this class we can find URI in /u/ and /a/
| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| has title | crm:P102_has_title |
Title |
0..*
|
|
| label | rdfs:label |
xsd:string |
0..1
|
http://shapes.performing-arts.ch/performances/F25_Performance_Plan| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| comment | rdfs:comment |
xsd:string |
0..1
|
|
| has music title | spao:hasMusicTitle |
xsd:string |
0..*
|
|
| has title | crm:P102_has_title |
Title |
0..*
|
|
| incorporates | frbroo:R14_incorporates |
Non-Performative Expression |
0..*
|
|
| is identified by | crm:P1_is_identified_by |
Identifier |
0..*
|
|
| is referred to by | crm:P67_is_referred_to_by |
Linguistic Object |
0..*
|
|
| label | rdfs:label |
xsd:string |
0..*
|
|
| same as | owl:sameAs |
IRI |
0..*
|
http://shapes.performing-arts.ch/performances/Performance_SerieA performance serie consists of other performances
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
PREFIX schema: <http://schema.org/>
SELECT ?this
WHERE {
?this a frbroo:F31_Performance .
?this schema:additionalType <http://vocab.performing-arts.ch/hlser> .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| additional type | schema:additionalType |
vocab:hlser |
1..1
|
|
| consists of (participation) | crm:P9_consists_of |
Activity Participation |
0..*
|
|
| falls within (saison) | crm:P10_falls_within |
Saison |
0..*
|
|
| has title | crm:P102_has_title |
Title |
0..1
|
|
| has type | crm:P2_has_type |
Type of Performance |
0..*
|
|
| is referred to by | crm:P67i_is_referred_to_by |
Linguistic Object |
0..*
|
|
| label | rdfs:label |
xsd:string |
1..1
|
|
| performed | frbroo:R25_performed |
Performance Plan |
1..1
|
|
| took place on or within | crm:P8_took_place_on_or_within |
crm:E22_Man-Made_Object |
0..*
|
http://shapes.performing-arts.ch/performances/Single_PerformanceA single performance is a performance that does not consists_of other performances
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
PREFIX schema: <http://schema.org/>
SELECT ?this
WHERE {
?this a frbroo:F31_Performance .
?this schema:additionalType <http://vocab.performing-arts.ch/hlsin> .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| additional type | schema:additionalType |
vocab:hlsin |
1..1
|
|
| forms part of (serie) | crm:P9i_forms_part_of |
Performance Serie |
1..1
|
|
| has time-span | crm:P4_has_time-span |
Time-Span |
0..1
|
|
| has title | crm:P102_has_title |
Title |
0..1
|
|
| has type | crm:P2_has_type |
Type of Performance |
0..*
|
|
| is referred to by | crm:P67i_is_referred_to_by |
Linguistic Object |
0..*
|
|
| label | rdfs:label |
xsd:string |
1..1
|
http://shapes.performing-arts.ch/performances/Performance_StandaloneA stand-alone performance with no predefined serie, e.g. a workshop, etc.
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
PREFIX schema: <http://schema.org/>
SELECT ?this
WHERE {
?this a frbroo:F31_Performance .
?this schema:additionalType <http://vocab.performing-arts.ch/hlsta> .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| additional type | schema:additionalType |
vocab:hlsta |
1..1
|
|
| consists of (participation) | crm:P9_consists_of |
Activity Participation |
0..*
|
|
| has music title | spao:hasMusicTitle |
xsd:string |
0..*
|
|
| has time-span | crm:P4_has_time-span |
Time-Span |
0..1
|
|
| has title | crm:P102_has_title |
Title |
0..1
|
|
| is referred to by | crm:P67i_is_referred_to_by |
Linguistic Object |
0..*
|
|
| label | rdfs:label |
xsd:string |
1..1
|
|
| took place on or within | crm:P8_took_place_on_or_within |
crm:E22_Man-Made_Object |
0..*
|
|
| type (P2) | crm:P2_has_type |
Type of Performance |
0..*
|
http://shapes.performing-arts.ch/performances/F20_Performance_WorkIn this class we can find URI in /u/ and /a/
| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| has type | crm:P2_has_type |
Type of Performance Work |
0..*
|
|
| in language | schema:inLanguage |
Type of Language |
0..*
|
|
| is realised in | frbroo:R12_is_realised_in |
Performance Plan |
1..1
|
|
| label | rdfs:label |
xsd:string |
0..1
|
|
| subtitle language | schema:subtitleLanguage |
Type of Language |
0..*
|
http://shapes.performing-arts.ch/performances/F26_Recording| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| documents | crm:P70_documents |
Performance Single or Performance Stand-alone |
0..1
|
Link to the performance being recorded |
| duration | schema:duration |
xsd:string |
0..*
|
|
| has title | crm:P102_has_title |
Title |
1..1
|
|
| incorporates | crm:R14_incorporates |
Performance Plan |
0..*
|
Link to the production |
| is referred to by | crm:P67_is_referred_to_by |
Linguistic Object |
0..*
|
|
| label | rdfs:label |
xsd:string or rdf:langString |
0..1
|
|
| see also | spao:seeAlso |
IRI |
0..*
|
Note : the range of the property is left intentionnally open. It can points to RecordResource, Instantiation, File or other Recordings |
| type (P2) | crm:P2_has_type |
Type of Recording |
0..*
|
http://shapes.performing-arts.ch/performances/E4_Period
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT ?this
WHERE {
?this a crm:E4_Period .
}| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| has time-span | crm:P4_has_time-span |
Time-Span |
1..1
|
|
| label | rdfs:label |
rdf:langString |
1..*
|
http://shapes.performing-arts.ch/performances/E52_Time-Span| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| begin of the begin | crm:P82a_begin_of_the_begin |
xsd:date |
0..1
|
|
| end of the end | crm:P82b_end_of_the_end |
xsd:date |
0..1
|
|
| label | rdfs:label |
xsd:string |
0..1
|
http://shapes.performing-arts.ch/performances/E35_Title| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| has type | crm:P2_has_type |
Type of Title |
1..1
|
|
| value | rdf:value |
xsd:string or rdf:langString |
1..1
|
http://shapes.performing-arts.ch/performances/Activity_Type| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:mu |
0..*
|
http://shapes.performing-arts.ch/performances/Certainty| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:ct |
0..*
|
http://shapes.performing-arts.ch/performances/Identifier_Type| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:id |
0..*
|
http://shapes.performing-arts.ch/performances/Language| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:lg |
0..*
|
http://shapes.performing-arts.ch/performances/Linguistic_Object_Type| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:eo |
0..*
|
http://shapes.performing-arts.ch/performances/Performance_Type| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:hl |
0..*
|
http://shapes.performing-arts.ch/performances/Performance_Work_Type| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:mn |
0..*
|
http://shapes.performing-arts.ch/performances/RecordingGenre| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:rg |
0..*
|
http://shapes.performing-arts.ch/performances/Title_Type| Property name | URI | Expected value | Card. | Description |
|---|---|---|---|---|
| in scheme | skos:inScheme |
vocab:go |
0..*
|
1.0.0 - 2026-02