Registry / other / rdf-reasoner

rdf-reasoner

JSON →
library0.9.0rbrubygemsunverified

Reasons over RDFS/OWL vocabularies to generate entailed statements based on base rules and vocabulary information, and can check consistency for SPARQL entailment regimes.

gem install rdf-reasoner
INSTALL
IMPORT
SIG · RDF-REASONER
R
rdf-reasoner
otherrubyv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RDF::Reasoner
✓ require 'rdf/reasoner'

Apply RDFS/OWL reasoning to a graph

require 'rdf/reasoner' require 'rdf/vocab' graph = RDF::Graph.new << [RDF::URI('http://example.org/s'), RDF.type, RDF::Vocab::OWL.Class] reasoner = RDF::Reasoner.new(graph) reasoner.entail!
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
rdf-reasoner — gem install rdf-reasoner · libregistry