From 8e602061822e92c3baac492f547d61f1b4364699 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 29 Jan 2024 17:12:37 +0000 Subject: [PATCH] Valueflows url --- shares.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shares.py b/shares.py index 9ac9ad4b8..02a27a30b 100644 --- a/shares.py +++ b/shares.py @@ -2096,7 +2096,7 @@ def vf_proposal_from_share(shared_item: {}, "https://www.w3.org/ns/activitystreams", { "om2": om2_link, - "vf": "https://w3id.org/valueflows/", + "vf": "https://w3id.org/valueflows/ont/vf/", "Proposal": "vf:Proposal", "Intent": "vf:Intent", "receiver": "vf:receiver", @@ -2350,7 +2350,7 @@ def add_shares_to_actor(base_dir: str, "name": shared_item['displayName'], "mediaType": media_type, "href": share_id, - "rel": ["payment", "https://w3id.org/valueflows/Proposal"] + "rel": ["payment", "https://w3id.org/valueflows/ont/vf#Proposal"] }) changed = True ctr += 1