mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
* Onto-rag tech spec * New processor kg-extract-ontology, use 'ontology' objects from config to guide triple extraction * Also entity contexts * Integrate with ontology extractor from workbench This is first phase, the extraction is tested and working, also GraphRAG with the extracted knowledge works
8 lines
275 B
Python
8 lines
275 B
Python
|
|
RDF_TYPE = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
|
|
RDF_LABEL = "http://www.w3.org/2000/01/rdf-schema#label"
|
|
DEFINITION = "http://www.w3.org/2004/02/skos/core#definition"
|
|
SUBJECT_OF = "https://schema.org/subjectOf"
|
|
|
|
TRUSTGRAPH_ENTITIES = "http://trustgraph.ai/e/"
|
|
|