Skip to content

Commit c928ca7

Browse files
committed
comma bug
1 parent 68370f7 commit c928ca7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/browse/classes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ async function queryClasses() {
163163
FILTER(?class NOT IN (
164164
<http://www.w3.org/2002/07/owl#Thing>,
165165
<http://xmlns.com/foaf/0.1/Agent>,
166-
<https://w3id.org/grace/ontology/anything>
167-
<https://w3id.org/grace/ontology/description>
166+
<https://w3id.org/grace/ontology/anything>,
167+
<https://w3id.org/grace/ontology/description>,
168168
))
169169
170170
FILTER NOT EXISTS {

0 commit comments

Comments
 (0)