Skip to content

Commit b877b12

Browse files
committed
Updated wording of /gender to match the addition of SportsTeam.
Also removed some duplicate assertions in the definition, and added brief mention of other non-human usecases, i.e. animals and fiction. /cc #2341
1 parent 296e229 commit b877b12

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

data/ext/pending/issue-2341.rdfa

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
<span class="h" property="rdfs:label">gender</span>
55
<span property="schema:category">issue-2341</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2341">#2341</a>
66

7-
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
7+
<!-- <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span> -->
88
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/SportsTeam">SportsTeam</a></span>
99

10+
<!--
1011
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GenderType">GenderType</a></span>
1112
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
13+
-->
14+
<!-- we do not need to duplicate assertions from data/schema.rdfa file -->
1215

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

data/schema.rdfa

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5087,7 +5087,7 @@ Unregistered or niche encoding and file formats can be indicated instead via the
50875087
</div>
50885088
<div typeof="rdf:Property" resource="http://schema.org/gender">
50895089
<span class="h" property="rdfs:label">gender</span>
5090-
<span property="rdfs:comment">Gender of the person. 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>
5090+
<span property="rdfs:comment">Gender of something, typically a [[Person]], but possibly also fictional characters, animals, etc. 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. The [[gender]] property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender [[SportsTeam]] can be indicated with a text value of "Mixed".</span>
50915091
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Person">Person</a></span>
50925092
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
50935093
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/GenderType">GenderType</a></span>
@@ -10944,7 +10944,7 @@ See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on t
1094410944

1094510945
<div typeof="rdfs:Class" resource="http://schema.org/CampingPitch">
1094610946
<span class="h" property="rdfs:label">CampingPitch</span>
10947-
<span property="rdfs:comment">A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\n\n
10947+
<span property="rdfs:comment">A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\n\n
1094810948
In British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.
1094910949
(Source: Wikipedia see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\n\n
1095010950
See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).

0 commit comments

Comments
 (0)