Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public static void main(String[] args) throws RDFParseException, UnsupportedRDFormatException, IOException {
  2. String filename = "output.ttl";
  3. InputStream input = turtle.class.getResourceAsStream("/" + filename);
  4. Model model = Rio.parse(input, "", RDFFormat.TURTLE);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement