From 05332e0d5008b25c8136c2161070cf52a79ea78e Mon Sep 17 00:00:00 2001 From: Steven Chong Date: Thu, 13 Dec 2018 10:58:01 -0800 Subject: [PATCH] add code sample to attribute annotation example Added an EML code snippet to demonstrate how EML attributes are annotated. --- docs/eml-semantic-annotations-primer.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/eml-semantic-annotations-primer.md b/docs/eml-semantic-annotations-primer.md index 35146ab2..107f62a1 100644 --- a/docs/eml-semantic-annotations-primer.md +++ b/docs/eml-semantic-annotations-primer.md @@ -7,7 +7,21 @@ insert introductory text here - describe that this annotation is embedded within an EML `attribute` element and the annotation subject is the `attribute` id attribute value - describe the propertyURI and valueURI elements in the annotation, the label attributes of these elements, and the content of these elements -- show an example annotation + +Example EML `attribute` element annotation: + +``` + + pctcov + percent cover + The percent ground cover on the field + + http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#containsMeasurementsOfType + http://purl.dataone.org/odo/ECSO_00001197 + + + +``` ## entity