congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
PrefixMapping2.getNsURIPrefix
Code IndexAdd Tabnine to your IDE (free)

How to use
getNsURIPrefix
method
in
org.apache.jena.sparql.util.PrefixMapping2

Best Java code snippets using org.apache.jena.sparql.util.PrefixMapping2.getNsURIPrefix (Showing top 1 results out of 315)

origin: apache/jena

@Override
public PrefixMapping withDefaultMappings(PrefixMapping map)
{
  for ( Map.Entry<String, String> e : map.getNsPrefixMap().entrySet() )
  {
    String prefix = e.getKey();
    String uri = e.getValue();
    if ( getNsPrefixURI( prefix ) == null && getNsURIPrefix( uri ) == null )
    {
      setNsPrefix( prefix, uri );
    }
  }
  return this;
}
org.apache.jena.sparql.utilPrefixMapping2getNsURIPrefix

Popular methods of PrefixMapping2

  • <init>
  • getLocalPrefixMapping
  • getNsPrefixMap
  • setNsPrefix
  • getGlobalPrefixMapping
  • getNsPrefixURI

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • getResourceAsStream (ClassLoader)
  • getSharedPreferences (Context)
  • Kernel (java.awt.image)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Runner (org.openjdk.jmh.runner)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now