Registry / database / spira
library3.3.0rbrubygemsunverified

Spira is a framework for using information in RDF.rb repositories as model objects, providing an ORM-like interface for RDF data.

gem install spira
INSTALL
IMPORT
SIG · SPIRA
S
spira
databaserubyv3.3.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.

Spira
✓ require 'spira'

Define an RDF model class with Spira

require 'spira' class Person < Spira::Base property :name, predicate: RDF::FOAF.name end person = Person.for('http://example.org/person') person.name = 'Alice'
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
spira — gem install spira · libregistry