Skip to content

Commit 9b8edaf

Browse files
committed
First cut at #1100
1 parent f2cf655 commit 9b8edaf

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

data/ext/pending/issue-1100.rdfa

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<div>
2+
<!-- Short description here, issue 1100 -->
3+
4+
<p>"Proposal of accessMode, accessModeSufficient, and accessibilitySummary properties for e.g. epubs"</p>
5+
6+
<p>This is an RDFa file for schema definitions in the pending extension...</p>
7+
8+
<div typeof="rdf:Property" resource="http://schema.org/accessMode">
9+
<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>
11+
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</span>
12+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
13+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
14+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
15+
</div>
16+
17+
<div typeof="rdf:Property" resource="http://schema.org/accessModeSufficient">
18+
<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>
20+
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
21+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
22+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
23+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
24+
</div>
25+
<div typeof="rdf:Property" resource="http://schema.org/accessibilitySummary">
26+
<span class="h" property="rdfs:label">accessibilitySummary</span>
27+
<span property="rdfs:comment">A human-readable summary of specific accessibility features or deficiencies, consistent with the other accessibility metadata but expressing subtleties such as "short descriptions are present but long descriptions will be needed for non-visual users" or "short descriptions are present and no long descriptions are needed."</span>
28+
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
29+
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
30+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
31+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1100">#1100</a></span>
32+
</div>
33+
34+
</div>

0 commit comments

Comments
 (0)