Skip to content

Commit ff387ed

Browse files
committed
Added several aspects as per #2799 and clarified that drug distribution is already covered.
1 parent 4fcd42e commit ff387ed

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

data/ext/pending/issue-2374.ttl

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
rdfs:label "HowOrWhereHealthAspect" ;
4242
:isPartOf <http://pending.schema.org> ;
4343
:source <https://github.com/schemaorg/schemaorg/issues/2374> ;
44-
rdfs:comment "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed." .
44+
rdfs:comment "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed. In the cases of drugs and treatments e.g. vaccines, this could include information about relevant locations and distribution points." .
4545

4646
:LivingWithHealthAspect a :HealthAspectEnumeration ;
4747
rdfs:label "LivingWithHealthAspect" ;
@@ -159,3 +159,38 @@
159159
:source <https://github.com/schemaorg/schemaorg/issues/2373> ;
160160
rdfs:comment "Indicates the aspect or aspects specifically addressed in some [[HealthTopicContent]]. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects." .
161161

162+
163+
164+
# Todo for #2799
165+
# Adding aspects for SafetyHealthAspect; EffectivenessHealthAspect; PregnancyHealthAspect; AllergiesHealthAspect; IngredientsHealthAspect; HowItWorksHealthAspect
166+
# also clarified distribution/location above.
167+
168+
:SafetyHealthAspect a :HealthAspectEnumeration ;
169+
rdfs:label "SafetyHealthAspect" ;
170+
:isPartOf <http://pending.schema.org> ;
171+
:source <https://github.com/schemaorg/schemaorg/issues/2799> ;
172+
rdfs:comment "Content about the safety-related aspects of a health topic." .
173+
174+
:EffectivenessHealthAspect a :HealthAspectEnumeration ;
175+
rdfs:label "EffectivenessHealthAspect" ;
176+
:isPartOf <http://pending.schema.org> ;
177+
:source <https://github.com/schemaorg/schemaorg/issues/2799> ;
178+
rdfs:comment "Content about the effectiveness-related aspects of a health topic." .
179+
180+
:PregnancyHealthAspect a :HealthAspectEnumeration ;
181+
rdfs:label "PregnancyHealthAspect" ;
182+
:isPartOf <http://pending.schema.org> ;
183+
:source <https://github.com/schemaorg/schemaorg/issues/2799> ;
184+
rdfs:comment "Content discussing pregnancy-related aspects of a health topic." .
185+
186+
:IngredientsHealthAspect a :HealthAspectEnumeration ;
187+
rdfs:label "IngredientsHealthAspect" ;
188+
:isPartOf <http://pending.schema.org> ;
189+
:source <https://github.com/schemaorg/schemaorg/issues/2799> ;
190+
rdfs:comment "Content discussing ingredients-related aspects of a health topic." .
191+
192+
:HowItWorksHealthAspect a :HealthAspectEnumeration ;
193+
rdfs:label "HowItWorksHealthAspect" ;
194+
:isPartOf <http://pending.schema.org> ;
195+
:source <https://github.com/schemaorg/schemaorg/issues/2799> ;
196+
rdfs:comment "Content that discusses and explains how a particular health-related topic works, e.g. in terms of mechanisms and underlying science." .

0 commit comments

Comments
 (0)