Updated descriptions

This commit is contained in:
Alessia Bardi 2020-11-04 12:29:48 +01:00
parent e6becf8659
commit 51808b5afd
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
}, },
"trust": { "trust": {
"type": "string", "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": { "properties": {
"name": { "name": {
"type": "string", "type": "string",
"description": "the semantics of the relation (i.e. isAuthorInstitutionOf)" "description": "The semantics of the relation (i.e. isAuthorInstitutionOf). "
}, },
"type": { "type": {
"type": "string", "type": "string",
"description": "the type of the relation (i.e. affiliation)" "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": { "source": {
"allOf": [ "allOf": [