Skip to content

Commit

Permalink
fixed RDF examples
Browse files Browse the repository at this point in the history
Fixed typos in the RDF examples.
  • Loading branch information
stevenchong committed Feb 26, 2019
1 parent 46c1410 commit a6fc613
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 @@ -384,7 +384,7 @@ become nodes and links in a graph.
```xml
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#">

<rdf:Description rdf:about="att.4"> ### See note below
<owl:ObjectProperty rdf:about="http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#containsMeasurementsOfType">
Expand All @@ -401,7 +401,7 @@ _Note: The subject described in the `rdf:Description` `about` attribute should a
```xml
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#">

<rdf:Description rdf:about="adam.shepherd"> ### See note below
<owl:ObjectProperty rdf:about="http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
Expand Down

0 comments on commit a6fc613

Please sign in to comment.