Package org.aksw.jenax.model.shacl.util
Class ShPrefixUtils
java.lang.Object
org.aksw.jenax.model.shacl.util.ShPrefixUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.riot.system.PrefixMapcollect(ShHasPrefixes hasPrefixes) Collect prefixes from the given argument.static org.apache.jena.riot.system.PrefixMapcollect(org.apache.jena.riot.system.PrefixMap result, Iterable<ShPrefixMapping> prefixMappings)
-
Constructor Details
-
ShPrefixUtils
public ShPrefixUtils()
-
-
Method Details
-
collect
Collect prefixes from the given argument. If it is null then return an empty set of prefixes. -
collect
public static org.apache.jena.riot.system.PrefixMap collect(org.apache.jena.riot.system.PrefixMap result, Iterable<ShPrefixMapping> prefixMappings)
-