forked from D-Net/dnet-hadoop
Updated descriptions
This commit is contained in:
parent
e6becf8659
commit
51808b5afd
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue