Skip to content

Commit 0dc2427

Browse files
vickitardifdanbri
authored andcommitted
Issue #2394: Added isResizable to 3DModel. (#2398)
* Issue #2341: Added SportsTeam to the domain for gender. * Remove file added to wrong branch. * Issue #2394: Added isResizable property to 3DModel.
1 parent 438a5ae commit 0dc2427

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/ext/pending/issue-2394.rdfa

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<div>
2+
3+
<div typeof="rdf:Property" resource="http://schema.org/isResizable">
4+
<span class="h" property="rdfs:label">isResizable</span>
5+
<span property="schema:category">issue-2394</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2394">#2394</a>
6+
<span property="rdfs:comment">Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality.</span>
7+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/3DModel">3DModel</a></span>
8+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Boolean">Boolean</a></span>
9+
<span property="schema:category">issue-2394</span>
10+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2394">#2394</a>
11+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
12+
</div>
13+
14+
</div>

0 commit comments

Comments
 (0)