mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-28 16:55:12 +02:00
Feature/pkgsplit (#83)
* Starting to spawn base package * More package hacking * Bedrock and VertexAI * Parquet split * Updated templates * Utils
This commit is contained in:
parent
3fb75c617b
commit
9b91d5eee3
262 changed files with 630 additions and 420 deletions
6
trustgraph-base/trustgraph/rdf.py
Normal file
6
trustgraph-base/trustgraph/rdf.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
RDF_LABEL = "http://www.w3.org/2000/01/rdf-schema#label"
|
||||
DEFINITION = "http://www.w3.org/2004/02/skos/core#definition"
|
||||
|
||||
TRUSTGRAPH_ENTITIES = "http://trustgraph.ai/e/"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue