Skip to content

Commit d9cebda

Browse files
committed
Responding to #234 (comment)
1 parent 8c62da9 commit d9cebda

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

ssn/chapters/ModelFOI.html

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<h3>Proximate and Ultimate feature of interest</h3>
22
<p>
33
The object of the
4-
<a href="#SOSAhasFeatureOfInterest">hasFeatureOfInterest</a> property of an Execution (i.e Actuation, Observation,
4+
<a href="#SOSAhasFeatureOfInterest">hasFeatureOfInterest</a> property of an <a href="#SOSAExecution">Execution</a>
5+
(i.e Actuation, Observation,
56
or Sampling) is the <i>immediate</i> or <i>proximate</i> <a
67
href="https://www.w3.org/TR/vocab-ssn/#SOSAFeatureOfInterest">FeatureOfInterest</a>.
78
For example, <a href="#open-window"></a> shows a description of a simple actuation to open a window.
@@ -17,14 +18,14 @@ <h3>Proximate and Ultimate feature of interest</h3>
1718
<pre class="example" data-include="./rdf/examples/open-window.ttl" data-include-format="text"></pre>
1819

1920
<p>
20-
In some cases the feature-of-interest of the execution is not the the ultimate thing that the act of observation,
21-
sampling, or actuation is concerned with, but is an intermediate thing.
22-
This is often a <i>sample</i> of the ultimate feature of interest, or perhaps a sample of a sample, etc.
23-
There may be a specified relationship between the proximate and ultimate feature of interest, such as a
21+
In some cases the feature-of-interest of the execution is not the the ultimate thing that the act of actuation,
22+
observation, or sampling is concerned with, but is an intermediate thing.
23+
This might be a <i>sample</i> of the ultimate feature of interest, or perhaps a sample of a sample, etc.
24+
The relationship between the proximate and ultimate feature of interest might be specified, such as a
2425
sampling-chain.
2526
If this relationship is recorded, then an ultimate feature of interest might be inferred.
26-
Nevertheless, particularly for discovery purposes, it is usually the ultimate feature of interest that really
27-
matters to the data user.
27+
Nevertheless it is often the ultimate feature of interest that really matters to the data user, particularly for
28+
discovery purposes.
2829
This requirement is met using the <a href="#SOSAhasUltimateFeatureOfInterest">hasUltimateFeatureOfInterest</a>
2930
property</a>.
3031
</p>

ssn/rdf/examples/Sample-ice-core-bubble.ttl

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ex:WellDrilling4578 a sosa:Sampling ;
2222
geo:asWKT "POINT (9.32 -73.35)"^^geo:WktLiteral ;
2323
] ;
2424
sosa:hasResult ex:IceCore12 ;
25-
sosa:madeBySampler ex:thermalDrill2 ;
25+
sosa:madeBySampler ex:ThermalDrill2 ;
2626
sosa:resultTime "2017-04-03T11:12:00Z"^^xsd:dateTime ;
2727
sosa:hasFeatureOfInterest ex:Antarctic_ice_sheet ;
2828
.

0 commit comments

Comments
 (0)