Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

as:name schema declaration should use rdfs:comment property instead of non-existent rdfs:name #602

Open
1 of 5 tasks
phtyson opened this issue Jul 3, 2024 · 2 comments
Open
1 of 5 tasks

Comments

@phtyson
Copy link

phtyson commented Jul 3, 2024

Please Indicate One:

  • Editorial
  • Question
  • Feedback
  • Blocking Issue
  • 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 ;
@TallTed

This comment was marked as resolved.

phtyson added a commit to phtyson/activitystreams that referenced this issue Jul 3, 2024
@evanp
Copy link
Collaborator

evanp commented Jul 19, 2024

This makes sense. I will take some time to make a patch to the OWL file, and we can approve at our next CG meeting. We'll need to figure out how to push the file to w3c.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants