From 795074900a4787c625d30f484b84a127c3f0e0a5 Mon Sep 17 00:00:00 2001 From: gtsueng Date: Wed, 13 Dec 2023 08:27:43 -0800 Subject: [PATCH] Update LabProtocol_v0.4-DRAFT.jsonld added trailing slash to make iri's resolvable --- LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld b/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld index f39b049..10930cb 100644 --- a/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld +++ b/LabProtocol/jsonld/type/LabProtocol_v0.4-DRAFT.jsonld @@ -4,8 +4,8 @@ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "bioschemas": "https://discovery.biothings.io/view/bioschemas/", - "bioschemastypes": "https://discovery.biothings.io/view/bioschemastypes", - "bioschemastypesdrafts": "https://discovery.biothings.io/view/bioschemastypesdrafts" + "bioschemastypes": "https://discovery.biothings.io/view/bioschemastypes/", + "bioschemastypesdrafts": "https://discovery.biothings.io/view/bioschemastypesdrafts/" }, "@graph": [ @@ -212,4 +212,4 @@ ] } ] -} \ No newline at end of file +}