Skip to content

Commit 2da71de

Browse files
committed
Update remove_preflabels.ru
1 parent e9d5181 commit 2da71de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparql/remove_preflabels.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ WHERE
1717
}
1818
?s a owl:Class ;
1919
?p ?o
20-
FILTER (isIRI(?s) && STRSTARTS(str(?s), "http://purl.obolibrary.org/obo/pcl_"))
20+
FILTER (isIRI(?s) && STRSTARTS(str(?s), "http://purl.obolibrary.org/obo/PCL_"))
2121
}
2222
}

0 commit comments

Comments
 (0)