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

2.2 rdfs:Class #34

Open
riannella opened this issue Jan 23, 2025 · 6 comments
Open

2.2 rdfs:Class #34

riannella opened this issue Jan 23, 2025 · 6 comments

Comments

@riannella
Copy link

This definition:

This is the class of resources that are RDF classes. rdfs:Class is an instance of rdfs:Class.

seems circular?

What is an "RDF Class" ?

What are the concept of classes ?

@domel
Copy link
Contributor

domel commented Jan 23, 2025

Please have a look at https://www.w3.org/2000/01/rdf-schema#:

rdfs:Class a rdfs:Class ;
	rdfs:isDefinedBy <http://www.w3.org/2000/01/rdf-schema#> ;
	rdfs:label "Class" ;
	rdfs:comment "The class of classes." ;
	rdfs:subClassOf rdfs:Resource .

@riannella
Copy link
Author

W3C specs are the normative (not the ttl files)

The OWL2 Primer says "In OWL 2, we denote objects as individuals, categories as classes and relations as properties."

So is an RDF Class ...a class that represent categories of resources

@domel
Copy link
Contributor

domel commented Jan 24, 2025

I guess I don't understand where you see the error in this fragment. What do you think this fragment should sound like?
Note that, owl:Class is not the same as rdfs:Class.

@TallTed
Copy link
Member

TallTed commented Jan 24, 2025

@riannella — I suggest you read section 2. Classes.

It might make sense for the WG to rearrange the prose of this document, such that the subsections like 2.2 rdfs:Class contain all relevant descriptive text which is currently in the leading paragraphs of that 2. Classes section.

@riannella
Copy link
Author

@TallTed Agree...some of the section 2 text should be more normative in the subsections.

@domel It would be ever greater if W3C could document the difference between rdfs:Class and owl:Class
:-)

@riannella
Copy link
Author

Some thoughts...
"Resources may be divided into groups called classes. "

Can we explain what this "division" is based on? Similar characteristics of the Resources?

"The members of a class are known as instances of the class"

Can we then say that the "Membership" means that the instances share the same characteristics of the class (and each other)?

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

No branches or pull requests

3 participants