Skip to content

Commit

Permalink
/uri/{uri}/descendants returns now all the descendants and not only d…
Browse files Browse the repository at this point in the history
…irect children
  • Loading branch information
Gouga34 committed Mar 16, 2018
1 parent 6aa7095 commit fcbd705
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 fcbd705

Please sign in to comment.