broadened codingSystem to allow URL values
authordanbri <danbri@google.com>
Wed, 20 Nov 2013 17:04:29 +0100
changeset 155 512fc5114181
parent 154 a23b9fe3caf2
child 156 4cb4bd6a6417
broadened codingSystem to allow URL values
schema.org/ext/miniskos.html
--- a/schema.org/ext/miniskos.html	Wed Nov 20 15:38:24 2013 +0100
+++ b/schema.org/ext/miniskos.html	Wed Nov 20 17:04:29 2013 +0100
@@ -31,7 +31,7 @@
 
     <div typeof="rdfs:Class" resource="http://schema.org/MedicalCode"><link property="rdfs:subClassOf" href="http://schema.org/Topic" /></div>
 
-<p>We add a domainIncludes association to Topic for these two properties:</p>
+<p>We add a domainIncludes association to Topic for these two properties, and also allow URL values on rangeIncludes.</p>
 
 <ul>
 <li>
@@ -41,6 +41,7 @@
 <li>
     <div typeof="rdf:Property" resource="http://schema.org/codingSystem">codingSystem: "The coding system, e.g. 'ICD-10'.".
       <span>domainIncludes: <a property="http://schema.org/domain" href="http://schema.org/Topic">Topic</a></span></div>
+      <span>rangeIncludes: <a property="http://schema.org/range" href="http://schema.org/URL">URL</a></span></div>
 </li>
 </ul>