twamarc / ScheMed

Healthcare Schema Vocabulary
12 stars 8 forks source link

Extending de definition of :cause #30

Closed twamarc closed 8 years ago

twamarc commented 8 years ago

Current version

    <div typeof="rdf:Property" resource="http://schema.org/cause">
      <span class="h" property="rdfs:label">cause</span>
      <span property="rdfs:comment">An underlying cause. More specifically, one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence.</span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MedicalCondition">MedicalCondition</a></span>
      <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MedicalSignOrSymptom">MedicalSignOrSymptom</a></span>
      <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MedicalCause">MedicalCause</a></span>
    </div>

Suggested

<div typeof="rdf:Property" resource="http://schema.org/cause">
  <span class="h" property="rdfs:label"> health:cause</span>
  <span property="rdfs:comment">Specifying a cause of something in general. e.g in medicine , one of the causative agent(s) that are most directly responsible for the pathophysiologic process that eventually results in the occurrence.</span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MedicalCondition"> health:MedicalCondition</a></span>
  <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/MedicalSignOrSymptom"> health:MedicalSignOrSymptom</a></span>
  <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MedicalCause"> health:MedicalCause</a></span>
  <link property="http://schema.org/isPartOf" href="http://health.schema.org" />
</div>
twamarc commented 8 years ago

Closed following discussion in WG meeting. Can be re-opened if any objection is submitted. See: http://www.w3.org/2015/11/06-schemed-minutes.html Tracked in: schemaorg/schemaorg#492