Skip to content

Commit 60cb0de

Browse files
committed
Exclude obsolete terms.
1 parent d8c19d2 commit 60cb0de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sparql/missing-defxref-as-xref-violation.sparql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ SELECT DISTINCT ?cls ?defxref
66
WHERE
77
{
88
?cls a owl:Class .
9+
FILTER NOT EXISTS {
10+
?cls owl:deprecated true .
11+
}
912
[
1013
a owl:Axiom ;
1114
owl:annotatedSource ?cls ;

0 commit comments

Comments
 (0)