Skip to content

Commit

Permalink
added adr prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
saumier committed Dec 21, 2023
1 parent e00d20f commit 485bbfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 website is crawled by an agent on the [Artsdata Huginn platform](https://huginn-staging.herokuapp.com/scenarios/26/diagram).

It also has a 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 website to Artsdata event types.
It also has a 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 website to Artsdata event types. To push the taxonomy to Artsdata use the Github workflow in this repo.

Here is the summary of the GTQ pipeline in Huginn:
1. Crawl events listed on https://grandtheatre.qc.ca/programmation/
Expand Down
4 changes: 3 additions & 1 deletion gtq-event-type-mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix adr: <http://kg.artsdata.ca/resource/> .


# Add new disciplines when they appear on the GTQ website
# and map them to an Artsdata Event Type
# Import into graph http://db.artsdata.ca/repositories/artsdata/rdf-graphs/grandtheatre-qc-ca-event-type-mapping
# Push to Artsdata Databus using the Github workflow

gtq:EventTypeScheme
skos:prefLabel "Types d'evenements Grand Théâtre de Québec"@fr ;
Expand Down

0 comments on commit 485bbfa

Please sign in to comment.