Class FindNamespacesRDFXML

java.lang.Object
org.apache.jena.rdfxml.xmloutput.impl.FindNamespacesRDFXML

public class FindNamespacesRDFXML extends Object
Find all the namespaces needed to print RDF/XML, including inside triple terms. Namespaces are needed for predicates.
  • Constructor Details

    • FindNamespacesRDFXML

      public FindNamespacesRDFXML()
  • Method Details

    • namespacesForRDFXML

      public static Set<String> namespacesForRDFXML(Model model)
    • namespacesForRDFXML

      public static Set<String> namespacesForRDFXML(Graph graph)