We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rdfs:Property
In this repository we have different occurrencies of http://www.w3.org/2000/01/rdf-schema#Property
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.
dct:
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?
Related to italia/schema-editor#6
The text was updated successfully, but these errors were encountered:
Fix: italia#288. rdfs:Property does not exist.
746341d
Successfully merging a pull request may close this issue.
Question
In this repository we have different occurrencies of
http://www.w3.org/2000/01/rdf-schema#Property
but I cannot find it in the schema definition
Nor on schema.gov.it/sparql
Further grepping into this repo, it seems that some controlled vocabularies
associate
rdfs:Property
to other ontologies such asdct:
, eg.Is that correct?
Notes
Related to italia/schema-editor#6
The text was updated successfully, but these errors were encountered: