Line 38 was replaced by line 38 |
- The annotation language takes two forms: a simple "shorthand" syntax, and the full syntax. For objects, the simple syntax permits the following two types of expressions given a label name {{T}} and attribute name {{A}}: |
+ The annotation language takes two forms: a simple "shorthand" syntax, and the full syntax. For resources and their objects, the simple syntax permits the following two types of expressions given a resource label {{T}} and attribute name {{A}}: |
Line 46 was replaced by line 46 |
- For example, we may have the following semantic type definition: |
+ The expression {{T}} represents each main part, or object, of the resource. We assume that a resource label represents one or more concrete data structures. For example, for a dataset resource, the label denotes a collection of tuples (the tuples in the data table); for an actor, the label represents each instance of the actor; and so on. |
At line 47 added 2 lines. |
+ Consider the following partially filled in semantic type definition: |
+ |
Line 49 was replaced by line 51 |
- <sms:SemanticType id="st1" xmlns:sms="http://seek.ecoinformatics.org/sms"> |
+ <sms:SemanticType id="st1" xmlns:sms="http://seek.ecoinformatics.org/sms"> |
Line 51 was replaced by line 53 |
- <sms:Label name="Crops" resource="KBS019-003"/> |
+ <sms:Label name="Crops" resource="KBS019-003"/> |
Line 53 was replaced by line 55 |
- <sms:Annotation object="Crops" meaning="..."/> |
+ <sms:Annotation object="Crops" meaning="..."/> |
Line 55 was replaced by line 57 |
- <sms:Annotation object="Crops.biomass" meaning="..."/> |
+ <sms:Annotation object="Crops.biomass" meaning="..."/> |
Line 57 was replaced by line 59 |
- <sms:Annotation ojbect="Crops.spp" meaning="..."/> |
+ <sms:Annotation ojbect="Crops.spp" meaning="..."/> |
Line 59 was replaced by line 61 |
- <sms:Annotation ojbect="Crops.year" meaning="..."/> |
+ <sms:Annotation ojbect="Crops.year" meaning="..."/> |
Line 61 was replaced by line 63 |
- <sms:Annotation ojbect="Crops.station" meaning="..."/> |
+ <sms:Annotation ojbect="Crops.station" meaning="..."/> |
At line 67 added 1 line. |
+ |