trustgraph/trustgraph-base/trustgraph/rdf.py

8 lines
214 B
Python
Raw Normal View History

2024-07-10 23:20:06 +01:00
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"
2024-07-10 23:20:06 +01:00
TRUSTGRAPH_ENTITIES = "http://trustgraph.ai/e/"