From 51808b5afdb290f4891b8e6b34086460eb5578f0 Mon Sep 17 00:00:00 2001 From: Alessia Bardi Date: Wed, 4 Nov 2020 12:29:48 +0100 Subject: [PATCH] Updated descriptions --- .../dhp/oa/graph/dump_whole/schema/relation_schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/relation_schema.json b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/relation_schema.json index 53cc3238b..7c7de9c98 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/relation_schema.json +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump_whole/schema/relation_schema.json @@ -26,7 +26,7 @@ }, "trust": { "type": "string", - "description": "The trust of the relation" + "description": "The trust of the relation in the range of [0,1]. Where greater the number, more the trust. Harvested relationships have typically a high trust (0.9). The trust of inferred relationship is calculated by the inference algorithm that generated them, as described in https://graph.openaire.eu/about#architecture (Enrichment --> Mining)" } } }, @@ -35,14 +35,14 @@ "properties": { "name": { "type": "string", - "description": "the semantics of the relation (i.e. isAuthorInstitutionOf)" + "description": "The semantics of the relation (i.e. isAuthorInstitutionOf). " }, "type": { "type": "string", "description": "the type of the relation (i.e. affiliation)" } }, - "description": "To represent the semantics of the generic relation between two entities" + "description": "To represent the semantics of a relation between two entities" }, "source": { "allOf": [