
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
This is an RDF.rb storage adapter for MongoDB.
Moving forward, the versioning will reflect the RDF.rb version number for which all rdf-specs are passing.
You'll need the 'mongo', 'rdf', 'rdf-spec', and 'rspec' libraries. The easiest way to install these is via RubyGems.
$ sudo gem install mongo rdf rdf-spec rspec rdf-mongo
RDF Statements are stored as individual documents within MONGO using the following BSON:
{
"s": RDF::Value
"st": one of :u or :n
"p": RDF::URI
"pt": must be :n
"o" RDF::Value
"ot" one of :u, :n, :l, :ll, or :lt
"ol" Language symbol or RDF::URI
"c" RDF::Value or false
"ct": one of :u, :n, :l, :ll, :lt or :default
}
An alternative that may be examined at a later point would be to use a representation based on RDF/JSON, or JSON-LD. This would save documents based on a common subject with one more more predicates having one or more types.
Please post questions or feedback to the W3C-ruby-rdf mailing list.
This repository uses Git Flow to mange development and release activity. All submissions must be on a feature branch based on the develop branch to ease staging and integration.
.gemspec
, VERSION
or AUTHORS
files. If you need to
change them, do so on your private branch only.CREDITS
file and the corresponding
list in the the README
. Alphabetical order applies.MIT License
FAQs
Unknown package
We found that rdf-mongo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.