Skip to content

Commit

Permalink
Responding to #234 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-shorthair committed Jan 28, 2025
1 parent 8c62da9 commit d9cebda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions ssn/chapters/ModelFOI.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<h3>Proximate and Ultimate feature of interest</h3>
<p>
The object of the
<a href="#SOSAhasFeatureOfInterest">hasFeatureOfInterest</a> property of an Execution (i.e Actuation, Observation,
<a href="#SOSAhasFeatureOfInterest">hasFeatureOfInterest</a> property of an <a href="#SOSAExecution">Execution</a>
(i.e Actuation, Observation,
or Sampling) is the <i>immediate</i> or <i>proximate</i> <a
href="https://www.w3.org/TR/vocab-ssn/#SOSAFeatureOfInterest">FeatureOfInterest</a>.
For example, <a href="#open-window"></a> shows a description of a simple actuation to open a window.
Expand All @@ -17,14 +18,14 @@ <h3>Proximate and Ultimate feature of interest</h3>
<pre class="example" data-include="./rdf/examples/open-window.ttl" data-include-format="text"></pre>

<p>
In some cases the feature-of-interest of the execution is not the the ultimate thing that the act of observation,
sampling, or actuation is concerned with, but is an intermediate thing.
This is often a <i>sample</i> of the ultimate feature of interest, or perhaps a sample of a sample, etc.
There may be a specified relationship between the proximate and ultimate feature of interest, such as a
In some cases the feature-of-interest of the execution is not the the ultimate thing that the act of actuation,
observation, or sampling is concerned with, but is an intermediate thing.
This might be a <i>sample</i> of the ultimate feature of interest, or perhaps a sample of a sample, etc.
The relationship between the proximate and ultimate feature of interest might be specified, such as a
sampling-chain.
If this relationship is recorded, then an ultimate feature of interest might be inferred.
Nevertheless, particularly for discovery purposes, it is usually the ultimate feature of interest that really
matters to the data user.
Nevertheless it is often the ultimate feature of interest that really matters to the data user, particularly for
discovery purposes.
This requirement is met using the <a href="#SOSAhasUltimateFeatureOfInterest">hasUltimateFeatureOfInterest</a>
property</a>.
</p>
Expand Down
2 changes: 1 addition & 1 deletion ssn/rdf/examples/Sample-ice-core-bubble.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ex:WellDrilling4578 a sosa:Sampling ;
geo:asWKT "POINT (9.32 -73.35)"^^geo:WktLiteral ;
] ;
sosa:hasResult ex:IceCore12 ;
sosa:madeBySampler ex:thermalDrill2 ;
sosa:madeBySampler ex:ThermalDrill2 ;
sosa:resultTime "2017-04-03T11:12:00Z"^^xsd:dateTime ;
sosa:hasFeatureOfInterest ex:Antarctic_ice_sheet ;
.
Expand Down

0 comments on commit d9cebda

Please sign in to comment.