Skip to content

Commit 7bf43c7

Browse files
committed
Fix some Annotations (#499)
1 parent af2ce27 commit 7bf43c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gistCore.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@prefix : <https://ontologies.semanticarts.com/o/gistCore#> .
12
@prefix gist: <https://ontologies.semanticarts.com/gist/> .
23
@prefix owl: <http://www.w3.org/2002/07/owl#> .
34
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@@ -10,7 +11,6 @@
1011
a owl:Ontology ;
1112
owl:versionIRI <https://ontologies.semanticarts.com/o/gistCoreX.x.x> ;
1213
skos:definition "gist is a minimalist upper ontology created by Semantic Arts"^^xsd:string ;
13-
skos:prefLabel "gist Core"^^xsd:string ;
1414
gist:license "https://creativecommons.org/licenses/by-sa/3.0/"^^xsd:string ;
1515
.
1616

@@ -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
@@ -3842,7 +3842,7 @@ gist:startAtDateTime
38423842
rdfs:subPropertyOf gist:atDateTime ;
38433843
rdfs:range xsd:dateTime ;
38443844
skos:definition "This is an abstraction over the various precisions of start time. Since they all have the same format they can be compared. We have looked at some extreme edge cases (did this meeting end before of after the trade was posted) and we couldn't find any use case that required special processing."^^xsd:string ;
3845-
skos:prefLabel "start at daete time"^^xsd:string ;
3845+
skos:prefLabel "start at date time"^^xsd:string ;
38463846
.
38473847

38483848
gist:tagText

0 commit comments

Comments
 (0)