Registry / database / sord
library0.16.22vcpkgunverified

Sord is a lightweight C library for storing RDF statements in memory.

vcpkg install sord
INSTALL
IMPORT
SIG · SORD
S
sord
databasecppv0.16.22
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.

sord/sord.h
#include <sord/sord.h>

Creates a Sord world and model for RDF storage.

#include <sord/sord.h> int main() { SordWorld* world = sord_world_new(); SordModel* model = sord_new(world, SORD_SPO, false); sord_free(model); sord_world_free(world); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.16.22latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
Meta
2
Amazon
1
Resources

No resource links recorded.

sord — pip install sord · libregistry