Skip to content

Commit b370ec4

Browse files
committed
Not currently defining via enumeration - should it?
1 parent 1eecf92 commit b370ec4

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

data/ext/pending/issue-1100.rdfa

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77

88
<div typeof="rdf:Property" resource="http://schema.org/accessMode">
99
<span class="h" property="rdfs:label">accessMode</span>
10-
<span property="rdfs:comment">The human sensory perceptual system or cognitive faculty through which a person may process or perceive information.</span>
10+
<span property="rdfs:comment">The human sensory perceptual system or cognitive faculty through which a person may process or perceive information.
11+
12+
Expected values include: auditory, tactile, textual, visual, colorDependent, chartOnVisual, chemOnVisual, diagramOnVisual, mathOnVisual, musicOnVisual, textOnVisual.
13+
</span>
1114
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
1215
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
1316
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
@@ -16,7 +19,10 @@
1619

1720
<div typeof="rdf:Property" resource="http://schema.org/accessModeSufficient">
1821
<span class="h" property="rdfs:label">accessModeSufficient</span>
19-
<span property="rdfs:comment">A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource.</span>
22+
<span property="rdfs:comment">A list of single or combined accessModes that are sufficient to understand all the intellectual content of a resource.
23+
24+
Expected values include: auditory, tactile, textual, visual.
25+
</span>
2026
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
2127
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
2228
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />

0 commit comments

Comments
 (0)