Som Sarkar
Som Sarkar

Reputation: 289

Jena CLI tool to validate RDF?

I have an RDF file and I want to validate that RDF file using Jena's command line tools. Which of the .bat files distributed with Jena can be used to a validate a (hopefully legal) RDF file? How is the command invoked?

Upvotes: 1

Views: 297

Answers (1)

Som Sarkar
Som Sarkar

Reputation: 289

It is riot.bat. The command is:

riot.bat --validate <location with name of the file>

Upvotes: 3

Related Questions