Registry / serialization / rdf-turtle

rdf-turtle

JSON →
library3.3.1rbrubygemsunverified

RDF::Turtle is a Turtle reader/writer for the RDF.rb library suite.

gem install rdf-turtle
INSTALL
IMPORT
SIG · RDF-TURTLE
R
rdf-turtle
serializationrubyv3.3.1
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::Turtle
require 'rdf/turtle'

Creates an RDF graph and serializes it to Turtle format.

require 'rdf/turtle' require 'rdf' graph = RDF::Graph.new graph << RDF::Statement.new(RDF::URI('http://example.org/subject'), RDF::URI('http://example.org/predicate'), RDF::URI('http://example.org/object')) puts graph.dump(:turtle)
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
rdf-turtle — gem install rdf-turtle · libregistry