mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
Fixed graph label metadata confusion, was created incorrect subjectOf
edges.
This commit is contained in:
parent
b4695dccc3
commit
b95118b15e
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ class Processor(ConsumerProducer):
|
|||
# 'Subject of' for o
|
||||
triples.append(Triple(
|
||||
s=o_value,
|
||||
p=RDF_LABEL_VALUE,
|
||||
p=SUBJECT_OF_VALUE,
|
||||
o=Value(value=v.metadata.id, is_uri=True)
|
||||
))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue