From 6dfbe4d3e7ecb4e5f038f46106c0a0dd352dfe8f Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 19 Mar 2019 18:20:03 -0700 Subject: [PATCH] minor changes still working on it --- docs/eml-semantic-annotations-primer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/eml-semantic-annotations-primer.md b/docs/eml-semantic-annotations-primer.md index 7bdc5345..316f270b 100644 --- a/docs/eml-semantic-annotations-primer.md +++ b/docs/eml-semantic-annotations-primer.md @@ -2,12 +2,12 @@ ## Introduction -EML 2.2.0 now provides ways to embed HTTP URI's into several EML elements, thus serving as semantic annotations of those elements. +EML 2.2.0 now provides ways to embed HTTP URI's into several EML elements, thus serving as semantic annotations of those elements. These annotations, by referencing external *knowledge graphs* (aka *controlled vocabularies* or *ontologies*), will provide for much more rigorous, expressive, and consistent interpretation of the metadata contents. The purpose of this primer is to provide an introduction to how these semantic annotations are structured -in EML documents. It is expected that you have some familiarity with the EML schema prior to reading this document. It is important to note that our approach of using annotations structured in the Resource Description Framework (RDF) specification is based on recommendations from the World Wide Web Consortium (W3C) about how a Semantic Web should be constructed. If you want to read more about the W3C's RDF data model, graphs or the semantic web, there is supplemental material at the bottom of this primer. +in EML documents. It is expected that you have some familiarity with the EML schema prior to reading this document. It is important to note that our annotation approach is compatible with RDF, a specification recommended by the World Wide Web Consortium (W3C) for construction of the Semantic Web. If you want to read more about the W3C's RDF data model, knowledge graphs or the Semantic Web, there is supplemental material at the bottom of this primer. -A semantic annotation involves the attachment ("annotation") of semantic metadata to a resource -- which in this context would be an EML element. A semantic annotation provides a pointer (HTTP universal resource identifier; URI) that should resolve (and dereference) to useful descriptions, definitions, or relationships that the annotated resource has with other terms or resources, and do so in a computer-usable way. The "pointers" reference terms within web-accessible *knowledge graphs* (also called "ontologies"). The process of creating semantic annotations may seem tedious, but the payoff is vastly enhanced information discovery and interpretation. Semantic annotations will make it easier for others to find and reuse your data (and thus give you credit). +A semantic annotation involves the attachment ("annotation") of semantic metadata to a resource -- which in this context would be an EML element. A semantic annotation provides a pointer (HTTP uniform resource identifier; URI) that should resolve (and dereference) to useful descriptions, definitions, or relationships that the annotated resource has with other terms or resources, and do so in a computer-usable way. The "pointers" reference terms within web-accessible *knowledge graphs* (i.e. "controlled vocabularies"). The process of creating semantic annotations may seem tedious, but the payoff is vastly enhanced information discovery and interpretation. Semantic annotations will make it easier for others to find and reuse your data (and thus give you credit). For example, if a dataset is annotated as being about "carbon dioxide flux" and another dataset is annotated as being about "CO2 flux" the information system can recognize that these datasets are about equivalent concepts, because this equivalence can be indicated in a "computer-usable" way through the semantic annotation-- e.g. by sharing the same HTTP URI for their annotation.