Package org.topbraid.shacl.util
Class PrefixUtil
- java.lang.Object
-
- org.topbraid.shacl.util.PrefixUtil
-
public class PrefixUtil extends Object
Utilities related to querying and updating prefix declarations based on sh:declare.- Author:
- Holger Knublauch
-
-
Constructor Summary
Constructors Constructor Description PrefixUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.jena.rdf.model.ResourceaddNamespace(org.apache.jena.rdf.model.Resource ontology, String prefix, String namespace)static StringgetImportedNamespace(org.apache.jena.rdf.model.Resource ontology, String prefix)static StringgetNamespace(org.apache.jena.rdf.model.Resource ontology, String prefix)
-