|
|||
|
This is version 25.
It is not the current version, and thus it cannot be edited. Coming soon!
KR/SMS Semantic TypesDatasets, actors (also known as services), and actor input and output ports are examples of resources that can have semantic types, that is, types that classify and constraint the semantic, as opposed to structural interpretation of resources. A semantic type may also describe how the semantic interpretation is "encoded" within a resource. For example, given a dataset whose semantic type is measurements of biomass for species sampled at certain locations, an "encoding" may state that a particular column denotes the biomass or that some other column denotes the location of measurements. We define a semantic type as a set of one or more semantic annotations. Generally speaking, a semantic annotation assigns some object (or set of objects) within a resource a meaning, where the "meaning" is specified via ontology expressions (that use terms from ontologies). A semantic annotation serves to "link" or "glue" a portion of a resource to a portion of an ontology. We describe here an XML representation for semantic types. Semantic types expressed in the XML representation take the form:
<sms:SemanticType ID="..."> <sms:Label name="..." resource="..."/> ... <sms:Annotation assign="..." meaning="..."/> ... </sms:SemanticType> A semantic type should have a unique identifier, which can be given using the ID attribute. The identifier should preferably be represented as an LSID, and the semantic type managed as an LSID resource.
LabelsA 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="..."/> The Dataset tag designates a dataset resource, whose resource identifier is given via the resource attribute. A dataset identifier is a unique identifier (e.g., an LSID) for the dataset, and we assume that the dataset identifier can be used (via additional tools) to retrieve the actual dataset. The Actor tag designates an actor resource and the resource attribute the unique identifier for the actor being reference. The ActorPort tag denotes a port of an actor. The portName attribute specifies the port for an actor identified via the resource attribute. A Resources element in an annotation must specify at least one resource subelement (either Dataset, Actor, or ActorPort). More than one resource subelement is permitted. For each subelement, the resource is attribute is required. In addition, for ActorPort elements, the portName attribute is required.
AnnotationsEncodings define the "glue" or "links" between the resource(s) and the semantic type(s) and are optional. An encoding takes the form: <sms:Link> ... </sms:Link> The content of the Link element uses a specific textual language that we define briefly here.
Examples
|
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 |