Skip to content

Commit

Permalink
Removed redundant declarations for /upvoteCount /downvoteCount
Browse files Browse the repository at this point in the history
Thanks @tmarshbing
For #2648 release finalization
  • Loading branch information
danbri committed Sep 7, 2020
1 parent c6e8192 commit 314c190
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/schema.ttl
Expand Up @@ -5539,8 +5539,7 @@ Dateline summaries are oriented more towards human readers than towards automate
:downvoteCount a rdf:Property ;
rdfs:label "downvoteCount" ;
:domainIncludes :Comment,
:Question ;
:domainIncludes :Comment ;
:rangeIncludes :Integer ;
rdfs:comment "The number of downvotes this question, answer or comment has received from the community." .
Expand Down Expand Up @@ -9176,8 +9175,7 @@ we define a supporting type, [[SpeakableSpecification]] which is defined to be

:upvoteCount a rdf:Property ;
rdfs:label "upvoteCount" ;
:domainIncludes :Comment,
:Question ;
:domainIncludes :Comment ;
:rangeIncludes :Integer ;
rdfs:comment "The number of upvotes this question, answer or comment has received from the community." .

Expand Down

0 comments on commit 314c190

Please sign in to comment.