mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
* Rework metadata structure in processing messages to be a subgraph * Add subgraph creation for tg-load-pdf and tg-load-text based on command-line passing of doc attributes * Document metadata is added to knowledge graph with subjectOf linkage to extracted entities
7 lines
214 B
Python
7 lines
214 B
Python
|
|
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/"
|
|
|