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

Question: cannot find rdfs:Property #288

Open
ioggstream opened this issue Dec 3, 2024 · 0 comments · May be fixed by #289
Open

Question: cannot find rdfs:Property #288

ioggstream opened this issue Dec 3, 2024 · 0 comments · May be fixed by #289

Comments

@ioggstream
Copy link
Contributor

ioggstream commented Dec 3, 2024

Question

In this repository we have different occurrencies of http://www.w3.org/2000/01/rdf-schema#Property

$ grep -ro rdfs:Property

but I cannot find it in the schema definition

# No matches
curl https://www.w3.org/2000/01/rdf-schema|grep rdfs:Property

# Matches
curl https://www.w3.org/2000/01/rdf-schema|grep rdf:Property

Nor on schema.gov.it/sparql

SELECT DISTINCT * WHERE {
   <http://www.w3.org/2000/01/rdf-schema#Property> ?p ?q .
}

Further grepping into this repo, it seems that some controlled vocabularies
associate rdfs:Property to other ontologies such as dct:, eg.

grep -r dct:title.*rdfs:Prop .
./VocabolariControllati/classifications-for-culture/subject-disciplines/subject-disciplines.ttl:dct:title a rdfs:Property .
./VocabolariControllati/classifications-for-universities/documents-titulus/documents-titulus.ttl:dct:license a rdfs:Property .

Is that correct?

Notes

Related to italia/schema-editor#6

ioggstream added a commit to ioggstream/daf-ontologie-vocabolari-controllati that referenced this issue Dec 4, 2024
@ioggstream ioggstream linked a pull request Dec 4, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant