org.openjena.riot.lang
Class LangTriG

java.lang.Object
  extended by org.openjena.riot.lang.LangEngine
      extended by org.openjena.riot.lang.LangBase<X>
          extended by org.openjena.riot.lang.LangTurtleBase<Quad>
              extended by org.openjena.riot.lang.LangTriG
All Implemented Interfaces:
LangRIOT

public class LangTriG
extends LangTurtleBase<Quad>

TriG language: http://www4.wiwiss.fu-berlin.de/bizer/TriG/ Generalizations: Can have multiple default graph blocks.


Field Summary
 
Fields inherited from class org.openjena.riot.lang.LangTurtleBase
strict
 
Constructor Summary
LangTriG(String baseURI, Tokenizer tokens, ParserProfile profile, Sink<Quad> sink)
           
 
Method Summary
 Lang getLang()
           
 
Methods inherited from class org.openjena.riot.lang.LangTurtleBase
getCurrentGraph, setCurrentGraph
 
Methods inherited from class org.openjena.riot.lang.LangBase
getProfile, parse, setProfile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LangTriG

public LangTriG(String baseURI,
                Tokenizer tokens,
                ParserProfile profile,
                Sink<Quad> sink)
Method Detail

getLang

public Lang getLang()


Licenced under the Apache License, Version 2.0