-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I Expect
- properties to be
a rdf:Property .
Instead
- in some files, properties are
a rdfs:Property . rdfs:Propertyis a typo
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 teamdigitale/dati-semantic-schema-editor#6
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels