Skip to content

Commit 4605d20

Browse files
committed
release 29.2
1 parent f90157d commit 4605d20

39 files changed

+715277
-7
lines changed

data/ext/pending/issue-2935.ttl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
@prefix : <https://schema.org/> .
1+
@prefix : <https://schema.org/> .
22
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
44
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
55
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
66

77
:pronouns a rdf:Property ;
88
rdfs:label "pronouns" ;
9-
:domainIncludes :Person ;
9+
:domainIncludes :Person ;
1010
:isPartOf <https://pending.schema.org> ;
1111
:rangeIncludes :Text,
1212
:StructuredValue,
13-
:DefinedTerm;
13+
:DefinedTerm;
1414
:source <https://github.com/schemaorg/schemaorg/issues/2935> ;
1515
rdfs:comment """A short string listing or describing pronouns for a person. Typically the person concerned is the best authority as pronouns are a critical part of personal identity and expression. Publishers and consumers of this information are reminded to treat this data responsibly, take country-specific laws related to gender expression into account, and be wary of out-of-date data and drawing unwarranted inferences about the person being described.
16-
17-
In English formulations such as "they/them", "she/her", and "he/him" are commonly used online and can also be used here. We do not intend to enumerate all possible micro-syntaxes in all languages. More structured and well-defined external values for pronouns can be referenced using the [[StructuredValue]] or [[DefinedTerm]] values.
16+
17+
In English, formulations such as "they/them", "she/her", and "he/him" are commonly used online and can also be used here. We do not intend to enumerate all possible micro-syntaxes in all languages. More structured and well-defined external values for pronouns can be referenced using the [[StructuredValue]] or [[DefinedTerm]] values.
1818
""" .
19-
2019

0 commit comments

Comments
 (0)