Skip to content

Commit

Permalink
Update and rename quebecdanse-rqd-membres to quebecdanse-rqd-membre.s…
Browse files Browse the repository at this point in the history
…parql
  • Loading branch information
saumier authored Oct 2, 2024
1 parent 23f87d9 commit 872aa38
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PREFIX wd: <http://www.wikidata.org/entity/>
CONSTRUCT {
?item wdt:P31 ?nature ;
a ?artsdata_type ;
schema:description ?description ;
schema:disambiguatingDescription ?description ;
schema:name ?itemLabel ;
schema:memberOf wd:Q71859269 ;
schema:url ?site .
Expand All @@ -20,8 +20,10 @@ WHERE {
rdfs:label ?itemLabel ;
schema:description ?description ;
wdt:P463 wd:Q3423698 .
OPTIONAL{ ?item wdt:P856 ?site .}
FILTER(CONTAINS(str(?string), "quebecdanse")) .
OPTIONAL {
?item wdt:P856 ?site .
FILTER(CONTAINS(str(?site), "quebecdanse")) .
}
OPTIONAL {
?item wdt:P31/wdt:P279* wd:Q43229 .
bind( schema:Organization as ?artsdata_type )
Expand Down

0 comments on commit 872aa38

Please sign in to comment.