|
|||
|
This is version 8.
It is not the current version, and thus it cannot be edited. Coming soon!
SMS Semantic-Annotation XML Interchange FormatAn annotation is composed of three parts:
An annotation takes the following form, expressed in XML:
<sms:Annotation ID="..."> <sms:Resources> ... </sms:Resources> <sms:SemanticTypes> ... </sms:SemanticTypes> <sms:Encodings> ... </sms:Encodings> </sms:Annotation> Note that every annotation should have a unique identifier, preferably an LSID. We describe each of the annotation subelements in turn below.
ResourcesA resource can take one of the following three forms, depending its resource type (i.e., dataset, actor, or actor input/output port):
<sms:Dataset resource="..."/>
<sms:Actor resource="..."/>
<sms:ActorPort portName="..." resource="..."/> A dataset id is a unique identifier for the dataset. We assume that the dataset identifier can be used (with additional applications) for retrieval.
|
This material is based upon work supported by the National Science Foundation under award 0225676. Any opinions, findings and conclusions or recomendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation (NSF). Copyright 2004 Partnership for Biodiversity Informatics, University of New Mexico, The Regents of the University of California, and University of Kansas |