Registry / serialization / rdf-raptor

rdf-raptor

JSON →
library3.2.0rbrubygemsunverified

RDF.rb plugin for parsing/serializing NTriples, RDF/XML, Turtle and RDFa data using the Raptor RDF Parser library.

gem install rdf-raptor
INSTALL
IMPORT
SIG · RDF-RAPTOR
R
rdf-raptor
serializationrubyv3.2.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::Raptor
require 'rdf/raptor'

Parse a Turtle file using Raptor

require 'rdf/raptor' graph = RDF::Graph.load('example.ttl', format: :turtle) graph.each_statement { |s| puts s }
Debug
Known issues
breakingRequires the Raptor C library (librdf) to be installed on the system.
fix
Install the raptor2 library via your package manager (e.g., apt install raptor2-utils).
affects: >= 0
Upgrade
Version history
3.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

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