Object mapping library for manipulating RDF graphs that are compliant with the OpenCitations datamodel.
Project description
oc_ocdm
Python library for creating, manipulating, and exporting RDF data compliant with the OpenCitations Data Model. It handles OCDM entities (bibliographic resources, agents, identifiers, etc.) without requiring direct knowledge of RDF or SPARQL.
Quick start
pip install oc_ocdm
from oc_ocdm.graph import GraphSet
from oc_ocdm import Storer
g_set = GraphSet("https://w3id.org/oc/meta/")
br = g_set.add_br("https://w3id.org/oc/meta/prov/pa/1")
br.has_title("OpenCitations Meta")
br.create_journal_article()
doi = g_set.add_id("https://w3id.org/oc/meta/prov/pa/1")
doi.create_doi("10.1162/qss_a_00292")
br.has_identifier(doi)
storer = Storer(g_set)
storer.store_graphs_in_file("output.jsonld")
For guides, API reference, and examples, see the documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file oc_ocdm-11.0.13.tar.gz.
File metadata
- Download URL: oc_ocdm-11.0.13.tar.gz
- Upload date:
- Size: 762.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.11 {"installer":{"name":"uv","version":"0.11.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98e64b3e87e5c05b6f9b9954e7bf79fd1962ffa1d066e2a68b5725ca418b7e92
|
|
| MD5 |
ceed8672c993dfb35c13bd0612a22ad3
|
|
| BLAKE2b-256 |
8c98652887c334a92ee55173128b1612f7c460d34be04f7d7d145d0f88ae0f61
|
File details
Details for the file oc_ocdm-11.0.13-py3-none-any.whl.
File metadata
- Download URL: oc_ocdm-11.0.13-py3-none-any.whl
- Upload date:
- Size: 102.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.11 {"installer":{"name":"uv","version":"0.11.11","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc66fd359f631378bfbab6382ef37bb43cff1964ca6318e64ceca8010db5504e
|
|
| MD5 |
20b06617e00266aef40510bc34608640
|
|
| BLAKE2b-256 |
36abcce58c0709bc92dd0cfda4b4c3af57538aec3974a1807e47970b90634532
|