Skip to content

Commit

Permalink
Update cl_terms.sparql
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Jun 14, 2019
1 parent 4d89a82 commit adabade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparql/cl_terms.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ WHERE {
{ ?s1 ?p1 ?term . }
UNION
{ ?term ?p2 ?o2 . }
FILTER(isIRI(?term) && (regex(str(?term), UCASE("cl_"))) && regex(str(?term), "http://purl.obolibrary.org/obo/CP_") && regex(str(?term), "http://purl.obolibrary.org/obo/CL_"))
FILTER(isIRI(?term) && (regex(str(?term), UCASE("cl_")) || regex(str(?term), "http://purl.obolibrary.org/obo/CP_") || regex(str(?term), "http://purl.obolibrary.org/obo/CL_")))
}

0 comments on commit adabade

Please sign in to comment.