java.lang.Object
org.apache.jena.rdfs.setup.MatchVocabRDFS
- All Implemented Interfaces:
Match<org.apache.jena.graph.Node,org.apache.jena.graph.Triple>
public class MatchVocabRDFS
extends Object
implements Match<org.apache.jena.graph.Node,org.apache.jena.graph.Triple>
The vocabulary, with transitive closure of subClass and subProperty, as a
Match.-
Constructor Details
-
MatchVocabRDFS
-
-
Method Details
-
match
public Stream<org.apache.jena.graph.Triple> match(org.apache.jena.graph.Node s, org.apache.jena.graph.Node p, org.apache.jena.graph.Node o) -
getMapper
Description copied from interface:MatchThe mapper for reuse with wrappers. Note that this indirectly ties theMatchinterface to theNoderealm: One can use the mapper to obtain X for e.g. RDF.Nodes.type.
-