Skip to content

Big: vocabularies use rdfs:Property instead of rdf:Property #288

@ioggstream

Description

@ioggstream

I Expect

  • properties to be a rdf:Property .

Instead

  • in some files, properties are a rdfs:Property .
  • rdfs:Property is 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions