diff --git a/README.md b/README.md index ad4aebe..f9d4cd6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gtq-event-type-mapping.ttl b/gtq-event-type-mapping.ttl index 891e370..1529587 100644 --- a/gtq-event-type-mapping.ttl +++ b/gtq-event-type-mapping.ttl @@ -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 . \ No newline at end of file