Skip to content

Commit 374444d

Browse files
committed
Issue schemaorg#2341: Added SportsTeam to the domain for gender.
1 parent bfe0d6c commit 374444d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

data/ext/pending/issue-2341.rdfa

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<div>
2+
3+
<div typeof="rdf:Property" resource="http://schema.org/gender">
4+
<span class="h" property="rdfs:label">gender</span>
5+
<span property="rdfs:comment">Gender of the person or associated with a SportsTeam. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. </span>
6+
7+
<span property="schema:category">issue-2341</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2341">#2341</a>
8+
9+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
10+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
11+
12+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GenderType">GenderType</a></span>
13+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
14+
15+
<span property="schema:category">issue-2341</span>
16+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2341">#2341</a>
17+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
18+
</div>
19+
20+
</div>

0 commit comments

Comments
 (0)