Skip to content

Commit

Permalink
fixed RDF examples
Browse files Browse the repository at this point in the history
Added closing brackets to the RDF examples.
  • Loading branch information
stevenchong committed Feb 22, 2019
1 parent 378da2c commit df0d06c
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 @@ -374,7 +374,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 @@ -391,7 +391,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 df0d06c

Please sign in to comment.