Skip to content

Commit

Permalink
fixed typo and formatting
Browse files Browse the repository at this point in the history
Fixed typo and formatting
  • Loading branch information
stevenchong committed Feb 21, 2019
1 parent 675f8fd commit 4a2b8d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/eml-semantic-annotations-primer.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ become nodes and links in a graph.
</rdf:RDF>

```
Note: The subject described in the `rdf:Description` `about` attribute should actually be the globally unique URI for the attribute, rather than 'att.4'
_Note: The subject described in the `rdf:Description` `about` attribute should actually be the globally unique URI for the attribute, rather than 'att.4'_

![RDF example B](images/RDF_example_b.png "Graph from Example 4 (using <annotations> element):")

Expand All @@ -408,7 +408,7 @@ Note: The subject described in the `rdf:Description` `about` attribute should ac
</rdf:RDF>

```
Note: The subject described in the `rdf:Description` `about` attribute should actually be the globally unique URI issued for 'adam.shepherd'.
_Note: The subject described in the `rdf:Description` `about` attribute should actually be the globally unique URI issued for 'adam.shepherd'._


### Logical Consistency
Expand All @@ -433,7 +433,7 @@ The graph examples above make 'true' statements; they are logically consistent:

However, below is the kind of statement you would NOT want to make:
```
[adam.shepard] [is a type of] [measurement]
[adam.shepherd] [is a type of] [measurement]
```
If you suspect your RDF triple might look like this, you should go back and examine the way you structured the annotation.

Expand Down

0 comments on commit 4a2b8d3

Please sign in to comment.