Browse Source

Update How_to_generate_fragments.md

pkubase
Nick Lin GitHub 6 years ago
parent
commit
c364461249
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      genrate_fragments/How_to_generate_fragments.md

+ 1
- 1
genrate_fragments/How_to_generate_fragments.md View File

@@ -63,7 +63,7 @@ Finally we are going to generate entity fragments now. Every entity has its own
```java ```java
<StudentA> <major> <computer_science> <StudentA> <major> <computer_science>
``` ```
Here *studentA* is subject, *major* is predicate and *computer_science* is object. Basically, the first element is subject, the second is predicate and the third is object. Sometimes it is the object is not an entity nor type. Value like number and string can also become object.
Here *studentA* is subject, *major* is predicate and *computer_science* is object. Basically, the first element is subject, the second is predicate and the third is object. Sometimes it is the object, not an entity nor type. Value like number and string can also become object.


We define 5 kinds of edges: We define 5 kinds of edges:
1.InEntEdge: The entity is the object of the edge and the subject is also an entity. 1.InEntEdge: The entity is the object of the edge and the subject is also an entity.


Loading…
Cancel
Save