Skip to content

Commit

Permalink
Merge pull request #147 from INCATools/fixing_simple_closure
Browse files Browse the repository at this point in the history
Update simple_closure.rq
  • Loading branch information
dosumis committed Mar 20, 2024
2 parents bc3df32 + 915af76 commit 36a3e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparql/simple_closure.rq
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?subterm (STR(?subterm_label_obj) as ?subterm_label)
WHERE {
{
?subterm part_of: ?_input_term .
?subterm part_of: ?_input_term_iri .
}
UNION
{
?subterm rdfs:subClassOf ?_input_term .
?subterm rdfs:subClassOf ?_input_term_iri .
}
?subterm rdfs:label ?subterm_label_obj .
}
Expand Down

0 comments on commit 36a3e88

Please sign in to comment.