Skip to content

Commit

Permalink
added 6 new additionalTypes to GTQ SKOS vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Sep 4, 2024
1 parent c01ebb7 commit a1f9bb7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://grandtheatre.qc.ca

This repo contains a manually created taxonomy [gtq-event-type-mapping.ttl](https://github.com/culturecreates/artsdata-planet-gtq/blob/main/gtq-event-type-mapping.ttl) to map strings from the original grandtheatre.qc.ca website to Artsdata event types. To push the taxonomy to Artsdata you can manually run the Github workflow in this repo.

Check for missing event type mapping using this [query event type mapping](https://s.zazuko.com/2DndLw9). If there is no closeMatch or relatedMatch then one should be added. To look for Artsdasta Event Types you can use this [Artsdata event types query](https://s.zazuko.com/k9sKGH). Edit the mappings in [gtq-event-type-mapping.ttl](https://github.com/culturecreates/artsdata-planet-gtq/blob/main/gtq-event-type-mapping.ttl) and pushed to Artsdata using the automatic workflow in this repo.
Check for missing event type mapping using this [all keywords](https://s.zazuko.com/op7aN2) or [ event type mapping](https://s.zazuko.com/2DndLw9). If there is no closeMatch or relatedMatch then one should be added. To look for Artsdasta Event Types you can use this [Artsdata event types query](https://s.zazuko.com/k9sKGH). Edit the mappings in [gtq-event-type-mapping.ttl](https://github.com/culturecreates/artsdata-planet-gtq/blob/main/gtq-event-type-mapping.ttl) and pushed to Artsdata using the automatic workflow in this repo.


## Input to Artsdata
Expand Down
42 changes: 42 additions & 0 deletions gtq-event-type-mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,45 @@ gtq:Théâtre
skos:closeMatch adr:TheatrePerformance ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

# Variétés
gtq:Variétés
skos:prefLabel "Variétés"@fr ;
skos:relatedMatch adr:VarietyShow ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

# Expérience immersive
gtq:ExpérienceImmersive
skos:prefLabel "Expérience immersive"@fr ;
skos:relatedMatch adr:ExhibitionEvent ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

# Danse hip-hop
gtq:DanseHipHop
skos:prefLabel "Danse hip-hop"@fr ;
skos:relatedMatch adr:DancePerformance ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

# Folk
gtq:Folk
skos:prefLabel "Folk"@fr ;
skos:relatedMatch adr:MusicPerformance ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

# Rap
gtq:Rap
skos:prefLabel "Rap"@fr ;
skos:relatedMatch adr:MusicPerformance ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

# Ciné-concert
gtq:CinéConcert
skos:prefLabel "Ciné-concert"@fr ;
skos:relatedMatch adr:ScreeningEvent ;
skos:inScheme gtq:EventTypeScheme ;
rdf:type skos:Concept .

0 comments on commit a1f9bb7

Please sign in to comment.