👁️4.3.2 Perspectivisation Competency Questions
Competency questions and SPARQL queries about second level modelling.
Based on the user story created by LLMs, we derived the following competency questions. These questions guided use in the creation of SPARQL queries, ensuring that the queries effectively address the specific informational needs identified during the scenario analysis.
N.B. The prefixes to be added to each query are the folowing ones.
Which indivuduals have an external viewpoint regarding a specific youth subculture?
SPARQL Query:
Which individuals have a negative attitude towards the punks subculture?
SPARQL Query:
What factors contribute to negative attitudes toward the skaters subculture?
What factors contribute to positive attitudes toward a specific subculture?
What are the outcoming interpretations of the process of perspectivization on a specific youth subculture?
SPARQL Query:
Which stereotypes are associated with the skaters subculture?
SPARQL Query:
What are the attitudes held by participants in the skaters subculture?
SPARQL Query:
These queries can help the researcher uncover insights into how youth subcultures are perceived and how their internal and external perspectives evolve and interact with societal influences.
To visualize the content of entities such as Ritual
, FashionStyle
,MusicGenre
, Influence
,PerspectiveShift
you need to include the data property hasContent
in the query.
ex: ?perspectiveShift youth:hasContent ?content
Last updated