Class ShPrefixUtils

java.lang.Object
org.aksw.jenax.model.shacl.util.ShPrefixUtils

public class ShPrefixUtils extends Object
  • Constructor Details

    • ShPrefixUtils

      public ShPrefixUtils()
  • Method Details

    • collect

      public static org.apache.jena.riot.system.PrefixMap collect(ShHasPrefixes hasPrefixes)
      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)