Extracts the schema triples from the given triples.
Extracts the schema triples from the given triples.
the triples
the schema triples
Extracts the RDF graph containing only the schema triples from the RDF graph.
Extracts the RDF graph containing only the schema triples from the RDF graph.
the RDF graph
the RDF graph containing only the schema triples
Computes the s-o pairs for each schema property p, e.g.
Computes the s-o pairs for each schema property p, e.g. rdfs:subClassOf
and returns it as mapping from p
to the Dataframe containing s and o.
the RDF graph
a mapping from the corresponding schema property to the Dataframe of s-o pairs
Computes the s-o pairs for each schema property p, e.g.
Computes the s-o pairs for each schema property p, e.g. rdfs:subClassOf
and returns it as mapping from p
to the RDD of s-o pairs.
the RDF graph
a mapping from the corresponding schema property to the RDD of s-o pairs
Computes the s-o pairs for each schema property, e.g.
Computes the s-o pairs for each schema property, e.g. rdfs:subClassOf
and distributes it to all worker
nodes via broadcast.
the RDF graph
a mapping from the corresponding schema property to the broadcast variable that wraps the multimap with s-o pairs
An extractor of the schema for RDFS.
Currently, it's supports the extraction of triples
(s,p,o)
withp
being