|
| 1 | +@prefix : <https://ontologies.semanticarts.com/o/gistCore#> . |
1 | 2 | @prefix gist: <https://ontologies.semanticarts.com/gist/> .
|
2 | 3 | @prefix owl: <http://www.w3.org/2002/07/owl#> .
|
3 | 4 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
|
10 | 11 | a owl:Ontology ;
|
11 | 12 | owl:versionIRI <https://ontologies.semanticarts.com/o/gistCoreX.x.x> ;
|
12 | 13 | skos:definition "gist is a minimalist upper ontology created by Semantic Arts"^^xsd:string ;
|
13 |
| - skos:prefLabel "gist Core"^^xsd:string ; |
14 | 14 | gist:license "https://creativecommons.org/licenses/by-sa/3.0/"^^xsd:string ;
|
15 | 15 | .
|
16 | 16 |
|
@@ -3278,9 +3278,9 @@ gist:hasPrecision
|
3278 | 3278 | a owl:ObjectProperty ;
|
3279 | 3279 | rdfs:range gist:Magnitude ;
|
3280 | 3280 | 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 ; |
3282 | 3282 | 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 ; |
3284 | 3284 | .
|
3285 | 3285 |
|
3286 | 3286 | gist:hasRecipient
|
@@ -3842,7 +3842,7 @@ gist:startAtDateTime
|
3842 | 3842 | rdfs:subPropertyOf gist:atDateTime ;
|
3843 | 3843 | rdfs:range xsd:dateTime ;
|
3844 | 3844 | 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 ; |
3846 | 3846 | .
|
3847 | 3847 |
|
3848 | 3848 | gist:tagText
|
|
0 commit comments