Package org.openjena.riot.lang

Examples of org.openjena.riot.lang.LangRDFJSON


    }

    /** Create parsers for RDF/JSON */
    public static LangRDFJSON createParserRdfJson(Tokenizer tokenizer, Sink<Triple> sink)
    {
      LangRDFJSON parser = new LangRDFJSON(tokenizer, RiotLib.profile(Lang.RDFJSON, null), sink) ;
      return parser;
    }
View Full Code Here

TOP

Related Classes of org.openjena.riot.lang.LangRDFJSON

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.