Uses of Interface
org.apache.jena.rdfs.engine.Match
-
Packages that use Match Package Description org.apache.jena.rdfs.engine org.apache.jena.rdfs.setup -
-
Uses of Match in org.apache.jena.rdfs.engine
Classes in org.apache.jena.rdfs.engine that implement Match Modifier and Type Class Description class
InfFindQuad
Find in one graph of a dataset.class
InfFindTriple
Find in one graph.class
MatchRDFS<X,T>
Match a 3-tuple, which might have wildcards, applying a fixed set of inference rules. -
Uses of Match in org.apache.jena.rdfs.setup
Classes in org.apache.jena.rdfs.setup that implement Match Modifier and Type Class Description class
MatchVocabRDFS
The vocabulary, with transitive closure of subClass and subProperty, as aMatch
.
-