forked from semanticarts/gist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgistDeprecated.ttl
146 lines (134 loc) · 4.76 KB
/
gistDeprecated.ttl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
# imports: https://ontologies.semanticarts.com/o/gistCoreX.x.x
@prefix gist: <https://ontologies.semanticarts.com/gist/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://ontologies.semanticarts.com/o/gistDeprecated>
a owl:Ontology ;
owl:imports <https://ontologies.semanticarts.com/o/gistCoreX.x.x> ;
owl:versionIRI <https://ontologies.semanticarts.com/o/gistDeprecatedX.x.x> ;
skos:definition "Concepts that have been deprecated since the last major release."^^xsd:string ;
skos:prefLabel "gist Deprecated"^^xsd:string ;
skos:scopeNote "Deprecated terms will be removed from the ontology in the next major release."^^xsd:string ;
gist:license "https://creativecommons.org/licenses/by-sa/3.0/"^^xsd:string ;
.
gist:Group
a owl:Class ;
owl:deprecated "true"^^xsd:boolean ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:Collection
[
a owl:Restriction ;
owl:onProperty gist:hasMember ;
owl:someValuesFrom gist:Person ;
]
) ;
] ;
skos:definition "A collection of People. The group may or may not be an Organization. Many organizations consist of groups of people, but that is not a defining characteristic."^^xsd:string ;
skos:prefLabel "Group"^^xsd:string ;
.
gist:Percentage
a owl:Class ;
rdfs:subClassOf gist:RatioMagnitude ;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "A ratio where the numerator and denominator are of the same unit of measure."^^xsd:string ;
skos:prefLabel "Percentage"^^xsd:string ;
skos:scopeNote "There are various ways to represent percentage: 50/100 could be represented as ?50? or ?0.5?. gist uses the latter, as it involves fewer conversions for subsequent use."^^xsd:string ;
.
gist:Project
a owl:Class ;
owl:deprecated "true"^^xsd:boolean ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:Task
[
a owl:Restriction ;
owl:onProperty gist:hasSubTask ;
owl:someValuesFrom gist:Task ;
]
) ;
] ;
skos:definition "A project is a task (usually a longer duration task) made up of other tasks."^^xsd:string ;
skos:prefLabel "Project"^^xsd:string ;
.
gist:ScheduledTask
a owl:Class ;
owl:deprecated "true"^^xsd:boolean ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:PlannedEvent
gist:Task
) ;
] ;
skos:definition "A task planned to occur. When it was scheduled, it would have been in the future, but now might be in the past."^^xsd:string ;
skos:prefLabel "Scheduled Task"^^xsd:string ;
.
gist:Task
a owl:Class ;
owl:deprecated "true"^^xsd:boolean ;
owl:equivalentClass [
a owl:Class ;
owl:intersectionOf (
gist:Event
[
a owl:Restriction ;
owl:onProperty gist:hasGoal ;
owl:someValuesFrom gist:Intention ;
]
) ;
] ;
skos:definition "An event characterized by a defined piece of work that is either scheduled, accomplished, or both."^^xsd:string ;
skos:prefLabel "Task"^^xsd:string ;
skos:scopeNote "Note that this differs from the ordinary sense of 'task,' which is not an event (e.g., 'A piece of work to be done or undertaken.')."^^xsd:string ;
.
gist:_greenwichTimeZone
a
owl:Thing ,
gist:TimeZoneStandard
;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "The time zone containing the Royal Observatory in Greenwich, England, which is located on the prime meridian."^^xsd:string ;
skos:prefLabel "Greenwich Time Zone"^^xsd:string ;
.
gist:_one_day
a
owl:Thing ,
gist:Duration
;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "A duration equal to 24 hours."^^xsd:string ;
skos:prefLabel "one day"^^xsd:string ;
skos:scopeNote "This is a gist:Magnutude, not a unit of measure, it means essentially the same thing as the unit, day."^^xsd:string ;
gist:hasUnitOfMeasure gist:_day ;
gist:numericValue "1.0"^^xsd:double ;
.
gist:_one_millisecond
a
owl:Thing ,
gist:Duration
;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "A duration equal to one millisecond."^^xsd:string ;
skos:prefLabel "one millisecond"^^xsd:string ;
skos:scopeNote "This is a gist:Magnutude, not a unit of measure, it means essentially the same thing as the unit, millisecond."^^xsd:string ;
gist:hasUnitOfMeasure gist:_millisecond ;
gist:numericValue "1.0"^^xsd:double ;
.
gist:_one_minute
a
owl:Thing ,
gist:Duration
;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "A duration equal to one minute."^^xsd:string ;
skos:prefLabel "one minute"^^xsd:string ;
skos:scopeNote "This is a gist:Magnutude, not a unit of measure, it means essentially the same thing as the unit, minute."^^xsd:string ;
gist:hasUnitOfMeasure gist:_minute ;
gist:numericValue "1.0"^^xsd:double ;
.