Skip to content

Commit

Permalink
Merge pull request OpenSILEX#42 from Gouga34/fix-uri-descendants
Browse files Browse the repository at this point in the history
/uri/{uri}/descendants - returns all descendants
  • Loading branch information
Gouga34 authored Mar 16, 2018
2 parents 6aa7095 + fcbd705 commit 9beb5f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private void setRelations() {

//Relations rdfs
RELATIONS.put("subClassOf","rdfs:subClassOf");
RELATIONS.put("subClassOf*","rdfs:subClassOf");
RELATIONS.put("subClassOf*","rdfs:subClassOf*");
RELATIONS.put("label", "rdfs:label");
RELATIONS.put("type", "rdf:type");
}
Expand Down

0 comments on commit 9beb5f9

Please sign in to comment.