Can we perform jena rules duties from SPARQL? (?x rdf:type :Player) (?x :Score ?score) greaterthan (?score "10") -? (?x rdf:type :StarPlayer)
Construct {?x rdf:type :StarPlayer}
Where { ?x rdf:type :Player. ?x :Score ?score. > ?score 10)
Regards
Can we perform jena rules duties from SPARQL? (?x rdf:type :Player) (?x :Score ?score) greaterthan (?score "10") -? (?x rdf:type :StarPlayer)
Construct {?x rdf:type :StarPlayer}
Where { ?x rdf:type :Player. ?x :Score ?score. > ?score 10)
Regards