Matching attribute sets using SPARQL
问题 This question is about finding matching candidate and path using a triple store with SPARQL endpoint (Fuseki 3.8.0). The matching criteria is that the attribute 's of a candidate must contain all of the requires of a path . In the minimal example data below, the matches should be candi_1 with path_1 and candi_2 with path_2 . @prefix : <http://example.com/app#> . :candi_1 a :candidate ; :attribute "A", "B", "C" . :candi_2 a :candidate ; :attribute "C", "D" . :candi_3 a :candidate ; :attribute