Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

rdflib-sqlalchemy

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdflib-sqlalchemy

rdflib extension adding SQLAlchemy as an AbstractSQLStore back-end store

pipPyPI
Version
0.5.4.dev0
Maintainers
3
SQLAlchemy store formula-aware implementation.
It stores its triples in the following partitions:

* Asserted non rdf:type statements
* Asserted rdf:type statements (in a table which models Class membership).
  The motivation for this partition is primarily improved query speed and
  scalability as most graphs will always have more rdf:type statements than
  others.
* All Quoted statements

In addition it persists namespace mappings in a separate table

FAQs

Did you know?

Socket

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.

Install

Related posts