A tool to enrich any OCDM compliant Knowledge Graph, finding new identifiers and deduplicating entities
Project description
OC GraphEnricher
OC GraphEnricher enriches OpenCitations Data Model (OCDM) compliant knowledge graphs by finding missing identifiers and deduplicating entities.
Documentation: https://opencitations.github.io/oc_graphenricher/
Quick start
pip install oc-graphenricher
from oc_ocdm.graph.graph_set import GraphSet
from oc_ocdm.reader import Reader
from rdflib import Graph
from oc_graphenricher.enricher import GraphEnricher
from oc_graphenricher.instancematching import InstanceMatching
from oc_graphenricher.storage import single_file_storage
graph = Graph().parse("data/input.nt", format="nt11")
reader = Reader()
graph_set = GraphSet(base_iri="https://w3id.org/oc/meta/")
reader.import_entities_from_graph(
graph_set,
graph,
enable_validation=False,
resp_agent="https://w3id.org/oc/meta/prov/pa/2",
)
GraphEnricher(
g_set=graph_set,
storage=single_file_storage(
graph_path="enriched.json",
provenance_path="provenance.json",
),
).enrich()
InstanceMatching(
g_set=graph_set,
storage=single_file_storage(
graph_path="matched.json",
provenance_path="provenance.json",
),
).match()
For configuration options and usage details, see the documentation.
License
Distributed under the ISC License. See LICENSE.
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_graphenricher-1.0.0.tar.gz.
File metadata
- Download URL: oc_graphenricher-1.0.0.tar.gz
- Upload date:
- Size: 18.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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 |
cbce1a7651d7a1738c0832219984b53107a586389362595ea151e36ab3ce775d
|
|
| MD5 |
cfe8918dfea005c1a6002d3f8b891ba6
|
|
| BLAKE2b-256 |
e4e29ebccf494556c0262880d9a8c6495ae2a0e1eac257afb5003086d444fd74
|
File details
Details for the file oc_graphenricher-1.0.0-py3-none-any.whl.
File metadata
- Download URL: oc_graphenricher-1.0.0-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.24 {"installer":{"name":"uv","version":"0.11.24","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 |
640eb1713fb0ab8621aeda06773d9464cea380af123de55477bb91bfa4031108
|
|
| MD5 |
39e770302f96a735563f603ad245b52e
|
|
| BLAKE2b-256 |
bbe2819896fba3e4e9d02e6d1ca66022d83a5e19637da7f16bf83fd905a93eca
|