http://shapes.performing-arts.ch/authorities/E39_Actor_specialSpecial values of E39_Actor that capture special values such as : "et al.", "unknown", "collectif", "folklore", "traditional", "00" (something exists but is unknown). Their URI starts with "http://data.performing-arts.ch/a/"
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT $this
WHERE {
$this a crm:E39_Actor .
FILTER(STRSTARTS(STR($this), "http://data.performing-arts.ch/a/"))
}- URI pattern:
^http://data.performing-arts.ch/a/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| label | xsd:string or rdf:langString |
1..*
|
|
|
➙ Label of the un-reconciled actor. This is the only information available on these
nodes.
|
|||
http://shapes.performing-arts.ch/authorities/E39_Actor_unreconciledPerson references that have not been reconciled to a known entity. Their URI starts with "http://data.performing-arts.ch/u/"
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT $this
WHERE {
$this a crm:E39_Actor .
FILTER(STRSTARTS(STR($this), "http://data.performing-arts.ch/u/"))
}- URI pattern:
^http://data.performing-arts.ch/u/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| label | xsd:string or rdf:langString |
1..*
|
|
|
➙ Label of the un-reconciled actor. This is the only information available on these
nodes.
|
|||
| Group, Legal Bodies or Families | has current or former member (P107) |
|---|
http://shapes.performing-arts.ch/authorities/E28_Conceptual_ObjectFictional characters, considered as conceptual objects. They serve as values for the property rico:hasOrHadSubject from the rico RecordResources
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT $this
WHERE {
$this a crm:E28_Conceptual_Object .
}- URI pattern:
^http://data.performing-arts.ch/c/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| is current or former member of (P107i) | Gender or Nationality |
0..*
|
|
|
➙ This is used to capture the genre of the character, and its nationality
|
|||
| is identified by (P131) | crm:E75_Conceptual_Object_Appellation |
1..*
|
|
| label | xsd:string |
1..1
|
|
| note (P3) | crm:E62_String |
1..1
|
|
| same as | IRI |
0..*
|
|
http://shapes.performing-arts.ch/authorities/Group_Legal_Body_FamilyLegal entities, (informal) groups or families - excluding the notion of "human genre" and "nationality" which are managed separately.
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX rico: <https://www.ica.org/standards/RiC/ontology#>
SELECT $this
WHERE {
$this a ?type .
VALUES ?type { crm:E74_Group crm:E40_Legal_Body rico:Family }
FILTER(!REGEX(STR($this), "http://data.performing-arts.ch/g/.*"))
}- URI pattern:
^http://data.performing-arts.ch/a/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| beginning date (rico) | rico:Date |
0..1
|
|
| bibliography (rico) | xsd:string |
0..1
|
|
| contact point (P76) | crm:E51_Contact_Point |
0..*
|
|
| controlled by (rico) | Group, Legal Bodies or Families |
0..*
|
|
| end date (rico) | rico:Date |
0..1
|
|
| has current or former member (P107) | Actor (unreconciled) or Person |
0..*
|
|
| has current or former residence (P74) | Place or Place (undefined) |
0..*
|
|
| history (rico) | xsd:string |
0..1
|
|
| is current or former member of (P107i) | Group, Legal Bodies or Families |
0..*
|
|
| is identified by (P1) | Identifier |
0..1
|
|
| is identified by (P131) | Appellation: Actor or Appellation: Byline |
0..*
|
|
| is part of repertories (spao) | xsd:boolean |
0..1
|
|
| is successor of (rico) | Group, Legal Bodies or Families |
0..*
|
|
| label | xsd:string or rdf:langString |
1..*
|
|
| note (P3) | crm:E62_String |
0..*
|
|
| performed (P14i) | Management Activity (Venue) |
0..*
|
|
|
➙ This is a link a management activity of type ["management"](http://vocab.performing-arts.ch/mujfv),
that indicates that this Group/LegalBody/Family was responsible for the management
of a certain Venue.
|
|||
| replaced by (spao) | Group, Legal Bodies or Families |
0..1
|
|
| same as | IRI |
0..*
|
|
| type (P2) | Type of Group |
0..*
|
|
| Group, Legal Bodies or Families | replaced by (spao)is current or former member of (P107i)is successor of (rico)controlled by (rico) |
|---|---|
| Management Activity (Institution) | managed institution (P16) |
| Pursuit | carried out by |
http://shapes.performing-arts.ch/authorities/ManagementActivity_Institution
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
PREFIX rico: <https://www.ica.org/standards/RiC/ontology#>
SELECT $this
WHERE {
$this a crm:E7_Activity .
$this crm:P2_has_type <http://vocab.performing-arts.ch/mujfv> .
$this crm:P16_used_specific_object ?institution .
?institution a ?type .
VALUES ?type { crm:E74_Group crm:E40_Legal_Body rico:Family }
}| Property name | URI | Expected value | Card. |
|---|---|---|---|
| has time-span | crm:E52_Time-Span |
1..1
|
|
| has type | vocab:mujfv |
1..1
|
|
| managed institution (P16) | Group, Legal Bodies or Families |
1..1
|
| Person | performed (P14i) |
|---|
http://shapes.performing-arts.ch/authorities/ManagementActivity_VenueA management activity that links a Group/LegalBody/Family with a Venue, indicating that this actor managed this venue.
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT $this
WHERE {
$this a crm:E7_Activity .
$this crm:P2_has_type <http://vocab.performing-arts.ch/mujfv> .
$this crm:P16_used_specific_object ?venue .
?venue a crm:E22_Man-Made_Object .
}| Property name | URI | Expected value | Card. |
|---|---|---|---|
| managed venue (P16) | Venue |
1..1
|
|
| type (P2) | vocab:mujfv |
1..1
|
|
| type (rdf) | crm:E7_Activity |
1..1
|
| Group, Legal Bodies or Families | performed (P14i) |
|---|
http://shapes.performing-arts.ch/authorities/E21_PersonKnown persons.
- Applies to: crm:E21_Person
- URI pattern:
^http://data.performing-arts.ch/a/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| bibliography (spao) | xsd:string |
0..*
|
|
| birth date (rico) | rico:Date |
0..*
|
|
|
➙ Date of birth (this should theoretically be expressed on the birth event)
|
|||
| contact point (P76) | crm:E51_Contact_Point |
0..*
|
|
| death date (rico) | rico:Date |
0..1
|
|
|
➙ Date of death (this should theoretically be expressed on the death event)
|
|||
| died in (P100i) | crm:E69_Death |
0..1
|
|
|
➙ Reference to a death event, which will indicate the place of death.
|
|||
| history (rico) | xsd:string or rdf:langString |
0..*
|
|
| is current or former member of (P107i) | Gender or Nationality |
0..*
|
|
|
➙ This is a reference to either the genre or the nationality of the person.
|
|||
| is identified by (P131) | crm:E82_Actor_Appellation |
1..*
|
|
| label | xsd:string or rdf:langString |
1..*
|
|
|
➙ Name of the person
|
|||
| note (P3) | crm:E62_String |
0..*
|
|
| performed (P14i) | Management Activity (Institution) |
0..*
|
|
|
➙ This is a link a management activity of type ["management"](http://vocab.performing-arts.ch/mujfv),
that indicates that this Person managed an Institution
|
|||
| replaced by (spao) | Person |
0..1
|
|
| same as | IRI |
0..*
|
|
| was born (P98i) | crm:E67_Birth |
0..1
|
|
|
➙ Reference to a birth event, which will indicate a place of birth.
|
|||
| Group, Legal Bodies or Families | has current or former member (P107) |
|---|
http://shapes.performing-arts.ch/authorities/Place_knownKnown places like cities, regions. Their URI starts with "http://data.performing-arts.ch/p/"
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT $this
WHERE {
$this a crm:E53_Place .
FILTER(STRSTARTS(STR($this), "http://data.performing-arts.ch/p/"))
}- URI pattern:
^http://data.performing-arts.ch/p/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| falls within (P89) | Place |
0..*
|
|
|
➙ Note : it is normal that some Swiss canton are inside more than one other places.
Hence there is not a maximum cardinality of 1.
|
|||
| is identified by (P87) | crm:E48_Place_Name |
0..1
|
|
| label | xsd:string or rdf:langString |
0..*
|
|
| same as | IRI |
0..*
|
|
| Event: Birth | took place at |
|---|---|
| Event: Death | took place at |
| Group, Legal Bodies or Families | has current or former residence (P74) |
| Place | falls within (P89) |
| Place (undefined) | falls within (P89) |
http://shapes.performing-arts.ch/authorities/Place_undefinedUndefined places where the venues are located, which are linked to a known place in which this place is included. Their URI starts with "http://data.performing-arts.ch/x/"
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT $this
WHERE {
$this a crm:E53_Place .
FILTER(STRSTARTS(STR($this), "http://data.performing-arts.ch/x/"))
}- URI pattern:
^http://data.performing-arts.ch/x/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| falls within (P89) | Place |
0..*
|
| Group, Legal Bodies or Families | has current or former residence (P74) |
|---|---|
| Venue | location (P156) |
http://shapes.performing-arts.ch/authorities/F51_PursuitA period of continuous activity of a Group/LegalBody/Family. This links the Group/LegalBody/Family with an entry from the Genre controlled vocabulary
- Applies to: frbroo:F51_Pursuit
- URI pattern:
^http://data.performing-arts.ch/x/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| carried out by | Group, Legal Bodies or Families |
1..1
|
|
| had typical subject | Type of Pursuit |
1..*
|
http://shapes.performing-arts.ch/authorities/VenueKnown places (buildings, theaters, rooms, etc.) where performances took place. Their URI starts with "http://data.performing-arts.ch/o/"
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX frbroo: <http://iflastandards.info/ns/fr/frbr/frbroo/>
SELECT $this
WHERE {
$this a crm:E22_Man-Made_Object .
FILTER(CONTAINS(STR($this), "/o/"))
$this crm:P2_has_type <http://vocab.performing-arts.ch/dwmkn> .
}- URI pattern:
^http://data.performing-arts.ch/o/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| beginning date (rico) | rico:Date |
0..1
|
|
| byline (P131) | Appellation: Byline |
0..1
|
|
| common title (P102) | crm:E35_Title |
0..*
|
|
| contact point (P76) | crm:E51_Contact_Point |
0..*
|
|
| contains (P46) | Venue |
0..*
|
|
| end date (rico) | rico:Date |
0..1
|
|
| label | xsd:string or rdf:langString |
1..*
|
|
|
➙ Label of the venue
|
|||
| location (P156) | Place (undefined) |
0..*
|
|
| note (P3) | crm:E62_String |
0..*
|
|
| same as | IRI |
0..*
|
|
| type (P2) | Type of Man-Made Objectvocab:dwmkn |
1..1
|
|
| Management Activity (Venue) | managed venue (P16) |
|---|---|
| Venue | contains (P46) |
http://shapes.performing-arts.ch/authorities/Venue_unreconciledPlaces (buildings, theaters, rooms, etc.) where performances took place, that are not yet reconciled to a known entity. Their URI starts with "http://data.performing-arts.ch/u/"
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
SELECT $this
WHERE {
$this a crm:E22_Man-Made_Object .
FILTER(CONTAINS(STR($this), "/u/"))
$this crm:P2_has_type <http://vocab.performing-arts.ch/dwmkn> .
}- URI pattern:
^http://data.performing-arts.ch/u/.*$
| Property name | URI | Expected value | Card. |
|---|---|---|---|
| label | xsd:string |
1..1
|
|
| type (P2) | Type of Man-Made Objectvocab:dwmkn |
1..1
|

