activitystreams
activitystreams copied to clipboard
`as:name` schema declaration should use `rdfs:comment` property instead of non-existent `rdfs:name`
Please Indicate One:
- [ ] Editorial
- [ ] Question
- [ ] Feedback
- [ ] Blocking Issue
- [x] Non-Blocking Issue
In activitystreams2.owl:
as:name a owl:DatatypeProperty ;
rdfs:label "name"@en ;
rdfs:name "The default, plain-text display name of the object or link."@en ;
should be
as:name a owl:DatatypeProperty ;
rdfs:label "name"@en ;
rdfs:comment "The default, plain-text display name of the object or link."@en ;