You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rdfs:comment "The Simplified Upper Level Ontology (SULO) is ontology with a minimal set of classes and relations to guide the development of a personal health knowledge graph."@en ;
schema:funding "This work is partially supported by the AIDAVA project (GA 101057062), as part of the European Union's Horizon Europe research and innovation programme."@en ;
@@ -232,9 +232,6 @@ sulo:TimeInterval a owl:Class ;
232
232
rdfs:label "time interval" ;
233
233
rdfs:comment "A time interval is a quantity for a continuous and bounded extent of time, characterized by a start time and an end time."@en ;
234
234
rdfs:subClassOf [ a owl:Restriction ;
235
-
owl:onProperty sulo:hasDirectPart ;
236
-
owl:someValuesFrom sulo:StartTime ],
237
-
[ a owl:Restriction ;
238
235
owl:onProperty sulo:hasPart ;
239
236
owl:someValuesFrom sulo:Duration ],
240
237
[ a owl:Restriction ;
@@ -243,6 +240,9 @@ sulo:TimeInterval a owl:Class ;
0 commit comments