Skip to content

Commit

Permalink
edit top-level resource section
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenchong committed Jul 30, 2019
1 parent dc1468b commit a37b637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/eml-semantic-annotation-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ As a reminder, the `id` must be unique within an EML document. See examples belo

Annotations for top-level resources, entities, and attributes follow the same general pattern.

- The *subject* of the semantic statement is the parent element of the annotation. It must have an `id=" "` attribute.
- The *subject* of the semantic statement is the parent element of the annotation. It must have an `id` attribute.

<a name="eml-example-1"></a>

Expand All @@ -127,8 +127,8 @@ id 'dataset-01' is about grassland biome(s)".

- the *subject* of the semantic statement is the `dataset` element containing the `id` attribute value `"dataset-01"`
- the `annotation` itself has 2 parts:
- `propertyURI` is 'http://purl.obolibrary.org/obo/IAO_0000136', and explicates the relationship, using a term from the [Information Artifact Ontology, IAO](#iao).
- `valueURI` is 'http://purl.obolibrary.org/obo/ENVO_01000177', which resolves to the "grassland biome" term in the [EnvO ontology](#envo) .
- `propertyURI` is 'http://purl.obolibrary.org/obo/IAO_0000136', and explicates the relationship, using a term from the [Information Artifact Ontology](#iao) (IAO).
- `valueURI` is 'http://purl.obolibrary.org/obo/ENVO_01000177', which resolves to the "grassland biome" term in the [Environment Ontology](#envo) (EnvO).



Expand Down

0 comments on commit a37b637

Please sign in to comment.