Skip to content

Commit

Permalink
Issue schemaorg#2341: Added SportsTeam to the domain for gender.
Browse files Browse the repository at this point in the history
  • Loading branch information
vholland committed Sep 17, 2019
1 parent bfe0d6c commit 0f91d03
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/ext/pending/issue-2341.rdfa
@@ -0,0 +1,20 @@
<div>

<div typeof="rdf:Property" resource="http://schema.org/gender">
<span class="h" property="rdfs:label">gender</span>
<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>

<span property="schema:category">issue-2341</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2341">#2341</a>

<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>

<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GenderType">GenderType</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>

<span property="schema:category">issue-2341</span>
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2341">#2341</a>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
</div>

</div>

0 comments on commit 0f91d03

Please sign in to comment.