Skip to content

Commit f3ceee2

Browse files
committed
Remove TimeInstant from gist Annotations (#499)
1 parent af2ce27 commit f3ceee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gistCore.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3278,9 +3278,9 @@ gist:hasPrecision
32783278
a owl:ObjectProperty ;
32793279
rdfs:range gist:Magnitude ;
32803280
skos:definition "Links a Magnitude to the degree of accuracy of the numeric value. This allows for fuzzy numbers. All magnitudes have a precision. Usually we don't record them. When we do this, it will be a value whose extent covers 2 standard deviations around the stated magnitude"^^xsd:string ;
3281-
skos:example "Temperature precise to tenth of a degree C; TimeInstant precise to 24 hours."^^xsd:string ;
3281+
skos:example "Temperature precise to tenth of a degree C."^^xsd:string ;
32823282
skos:prefLabel "has precision"^^xsd:string ;
3283-
skos:scopeNote "Most frequently apples to Magnitude(s) and TimeInstant. Could also apply to a measurement."^^xsd:string ;
3283+
skos:scopeNote "Most frequently apples to Magnitude(s). Could also apply to a measurement."^^xsd:string ;
32843284
.
32853285

32863286
gist:hasRecipient

0 commit comments

Comments
 (0)