Unverified Commit b0bc97d5 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

model agecategory as state. Closes #20

parent 7a28b66f
Loading
Loading
Loading
Loading
Loading
+15 −27
Original line number Diff line number Diff line
@@ -120,14 +120,6 @@ s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
                   rdfs:label "has activity"@en .


###  https://saref.etsi.org/saref4ehaw/hasAgeCategory
s4ehaw:hasAgeCategory rdf:type owl:ObjectProperty ;
                      rdfs:domain s4ehaw:HealthActor ;
                      rdfs:range s4ehaw:AgeCategory;
                      rdfs:comment "The age group of a health actor, e.g. old or young."@en ;
                      rdfs:label "has age category"@en .


###  https://saref.etsi.org/saref4ehaw/hasBanApplicationDomain
s4ehaw:hasBanApplicationDomain rdf:type owl:ObjectProperty ;
                               rdfs:domain s4ehaw:Ban ;
@@ -809,12 +801,6 @@ s4ehaw:Activity rdf:type owl:Class ;
                rdfs:label "Activity"@en .


###  https://saref.etsi.org/saref4ehaw/AgeCategory
s4ehaw:AgeCategory rdf:type owl:Class ;
                   rdfs:comment "The age group of a health actor, e.g. old or young."@en ;
                   rdfs:label "Age category"@en .


###  https://saref.etsi.org/saref4ehaw/AlarmCommand
s4ehaw:AlarmCommand rdf:type owl:Class ;
                    rdfs:subClassOf saref:Command ;
@@ -1207,13 +1193,6 @@ s4ehaw:OcularImpairment rdf:type owl:NamedIndividual ,
                                 rdfs:label "Ocular impairment"@en .


###  https://saref.etsi.org/saref4ehaw/Old
s4ehaw:Old rdf:type owl:NamedIndividual ,
                                 s4ehaw:AgeCategory ;
                                 rdfs:comment "Old, one user age category."@en ;
                                 rdfs:label "Old"@en .


###  https://saref.etsi.org/saref4ehaw/Overeating
s4ehaw:Overeating rdf:type owl:NamedIndividual ,
                           s4ehaw:Habit ;
@@ -1298,12 +1277,6 @@ s4ehaw:Walking rdf:type owl:NamedIndividual ,
                        rdfs:label "Walking"@en .


###  https://saref.etsi.org/saref4ehaw/Young
s4ehaw:Young rdf:type owl:NamedIndividual ,
                      s4ehaw:AgeCategory ;
                      rdfs:comment "Young, one user age category."@en ;
                      rdfs:label "Young"@en .

###  https://saref.etsi.org/saref4ehaw/ArmpitLocation
s4ehaw:ArmpitLocation rdf:type owl:NamedIndividual ,
                      s4ehaw:BodySurfaceLocation ;
@@ -1372,4 +1345,19 @@ s4ehaw:UndeterminedGender rdf:type saref:StateValue ;
  saref:isValueOfState s4ehaw:Gender .


###  https://saref.etsi.org/saref4ehaw/AgeCategory
s4ehaw:AgeCategory rdf:type saref:State ;
  rdfs:comment "The age group of a health actor, e.g. old or young."@en ;
  rdfs:label "Age category"@en .

s4ehaw:Old rdf:type owl:StateValue ;
  rdfs:comment "Old, one user age category."@en ;
  rdfs:label "Old"@en ;
  saref:isValueOfState s4ehaw:AgeCategory .

s4ehaw:Young rdf:type owl:StateValue ;
  rdfs:comment "Young, one user age category."@en ;
  rdfs:label "Young"@en ;
  saref:isValueOfState s4ehaw:AgeCategory .

###  Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi