❓4.2.2 Competency Questions
For the selected scenario, "Skater Community," we derived the following Competency Questions. These CQs have subsequently guided the development of corresponding SPARQL queries, ensuring they address the specific informational needs identified in the scenario analysis.
N.B. The prefixes to be added to each query are the folowing ones.
What are the characteristics of the skaters youth subculture?
SPARQL Query:
What core values are associated with the skaters subculture?
SPARQL Query:
What activities do skater community members typically engage in?
SPARQL Query:
Which individuals are part of the skaters subculture?
SPARQL Query:
Where did the skaters subculture originated from?
SPARQL Query:
During which time period did the skater subculture originate?
SPARQL Query:
These queries extract relevant information about the skater subculture, covering aspects such as values, activities, slang, influence, media, and other associated details.
To visualize the content of entities such asRitual
, FashionStyle
,MusicGenre
you need to include the data property hasContent
in the query.
ex: ?ritual youth:hasContent ?content
Last updated