Skip to content

Commit

Permalink
finished the table of triple components
Browse files Browse the repository at this point in the history
  • Loading branch information
mobb committed Feb 20, 2019
1 parent ce8d4f2 commit 5f00293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/eml-semantic-annotations-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ in the EML record. Here is the basic structure. Sections below have more example
|Triple component|EML location |Note |Example |
|--|--|--|--|
| `subject` |Parent element of the annotation | An element meant to be a subject must have an `id` attribute | `https://example.org/datasets/{dataset-identifier}#element-id` |
| `predicate` | `//annotation/propoertyURI` | | see below |
| `object` | `//annotation/valueURI` | | see below |
| `predicate` | `//annotation/propoertyURI` | the "verb" in a statement | see below |
| `object` | `//annotation/valueURI` | "object" of the "verb" | see below |

**When are IDs required?**
Annotations at the dataset, entity or attribute level presume that the parent element is the *subject*; hence, if an element has
Expand Down

0 comments on commit 5f00293

Please sign in to comment.