Skip to content

Commit 314c190

Browse files
committed
Removed redundant declarations for /upvoteCount /downvoteCount
Thanks @tmarshbing For #2648 release finalization
1 parent c6e8192 commit 314c190

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

data/schema.ttl

+2-4
Original file line numberDiff line numberDiff line change
@@ -5539,8 +5539,7 @@ Dateline summaries are oriented more towards human readers than towards automate
55395539
55405540
:downvoteCount a rdf:Property ;
55415541
rdfs:label "downvoteCount" ;
5542-
:domainIncludes :Comment,
5543-
:Question ;
5542+
:domainIncludes :Comment ;
55445543
:rangeIncludes :Integer ;
55455544
rdfs:comment "The number of downvotes this question, answer or comment has received from the community." .
55465545
@@ -9176,8 +9175,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be
91769175

91779176
:upvoteCount a rdf:Property ;
91789177
rdfs:label "upvoteCount" ;
9179-
:domainIncludes :Comment,
9180-
:Question ;
9178+
:domainIncludes :Comment ;
91819179
:rangeIncludes :Integer ;
91829180
rdfs:comment "The number of upvotes this question, answer or comment has received from the community." .
91839181

0 commit comments

Comments
 (0)