v6.1.1 #63
|
@ -45,7 +45,7 @@ Graph node type.
|
||||||
### reltype
|
### reltype
|
||||||
_Type: [RelType](#the-reltype-object) • Cardinality: ONE_
|
_Type: [RelType](#the-reltype-object) • Cardinality: ONE_
|
||||||
|
|
||||||
Represent the semantics of the relation between two nodes of the graph.
|
Represent the semantics of the relationship between two nodes of the graph.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"reltype": {
|
"reltype": {
|
||||||
|
@ -68,7 +68,7 @@ Indicates the process that produced (or provided) the information.
|
||||||
### validated
|
### validated
|
||||||
_Type: Boolean • Cardinality: ONE_
|
_Type: Boolean • Cardinality: ONE_
|
||||||
|
|
||||||
Indicates weather or not the relation was validated.
|
Indicates weather or not the relationship was validated.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"validated": true
|
"validated": true
|
||||||
|
@ -77,7 +77,7 @@ Indicates weather or not the relation was validated.
|
||||||
### validationDate
|
### validationDate
|
||||||
_Type: String • Cardinality: ONE_
|
_Type: String • Cardinality: ONE_
|
||||||
|
|
||||||
Indicates the validation date of the relation - applies only when the validated flag is set to true.
|
Indicates the validation date of the relationship - applies only when the validated flag is set to true.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"validationDate": "2022-09-02"
|
"validationDate": "2022-09-02"
|
||||||
|
@ -92,7 +92,7 @@ The RelType data type models the semantic of the relationship among two nodes.
|
||||||
### type
|
### type
|
||||||
_Type: String • Cardinality: ONE_
|
_Type: String • Cardinality: ONE_
|
||||||
|
|
||||||
Relation category, e.g. affiliation, citation, see table Relation typologies.
|
The relationship category, e.g. affiliation, citation. (see [relationship types](./relationship-types)).
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"name": "provides"
|
"name": "provides"
|
||||||
|
@ -101,7 +101,7 @@ Relation category, e.g. affiliation, citation, see table Relation typologies.
|
||||||
### name
|
### name
|
||||||
_Type: String • Cardinality: ONE_
|
_Type: String • Cardinality: ONE_
|
||||||
|
|
||||||
Further specifies the relation semantic, indicating the relation direction, e.g. Cites, isCitedBy.
|
Further specifies the relationship semantic, indicating the relationship direction, e.g. Cites, isCitedBy.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"type": "provision"
|
"type": "provision"
|
||||||
|
|
|
@ -45,7 +45,7 @@ Graph node type.
|
||||||
### reltype
|
### reltype
|
||||||
_Type: [RelType](#the-reltype-object) • Cardinality: ONE_
|
_Type: [RelType](#the-reltype-object) • Cardinality: ONE_
|
||||||
|
|
||||||
Represent the semantics of the relation between two nodes of the graph.
|
Represent the semantics of the relationship between two nodes of the graph.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"reltype": {
|
"reltype": {
|
||||||
|
@ -68,7 +68,7 @@ Indicates the process that produced (or provided) the information.
|
||||||
### validated
|
### validated
|
||||||
_Type: Boolean • Cardinality: ONE_
|
_Type: Boolean • Cardinality: ONE_
|
||||||
|
|
||||||
Indicates weather or not the relation was validated.
|
Indicates weather or not the relationship was validated.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"validated": true
|
"validated": true
|
||||||
|
@ -77,7 +77,7 @@ Indicates weather or not the relation was validated.
|
||||||
### validationDate
|
### validationDate
|
||||||
_Type: String • Cardinality: ONE_
|
_Type: String • Cardinality: ONE_
|
||||||
|
|
||||||
Indicates the validation date of the relation - applies only when the validated flag is set to true.
|
Indicates the validation date of the relationship - applies only when the validated flag is set to true.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"validationDate": "2022-09-02"
|
"validationDate": "2022-09-02"
|
||||||
|
@ -92,7 +92,7 @@ The RelType data type models the semantic of the relationship among two nodes.
|
||||||
### type
|
### type
|
||||||
_Type: String • Cardinality: ONE_
|
_Type: String • Cardinality: ONE_
|
||||||
|
|
||||||
Relation category, e.g. affiliation, citation, see table Relation typologies.
|
The relationship category, e.g. affiliation, citation. (see [relationship types](./relationship-types)).
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"name": "provides"
|
"name": "provides"
|
||||||
|
@ -101,7 +101,7 @@ Relation category, e.g. affiliation, citation, see table Relation typologies.
|
||||||
### name
|
### name
|
||||||
_Type: String • Cardinality: ONE_
|
_Type: String • Cardinality: ONE_
|
||||||
|
|
||||||
Further specifies the relation semantic, indicating the relation direction, e.g. Cites, isCitedBy.
|
Further specifies the relationship semantic, indicating the relationship direction, e.g. Cites, isCitedBy.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"type": "provision"
|
"type": "provision"
|
||||||
|
|
Loading…
Reference in New Issue