Interoperable-data / ERA-Ontology-3.1.0

Extended version of the ERA Railway Infrastructure Ontology
4 stars 3 forks source link

complement `owl:deprecated` with `dct:isReplacedBy` #72

Open VladimirAlexiev opened 6 days ago

VladimirAlexiev commented 6 days ago

Following the pattern in https://github.com/Interoperable-data/ERA-Ontology-3.1.0/issues/71: for each of the 70 owl:deprecated props, specify:

Most of the 70 props have such info in comments, but it's best to also put it explicitly in an annotation triple.

VladimirAlexiev commented 6 days ago

Note: not all deprecated props are replaced with a new prop. Eg this one doesn't have a replacement:

era:maxSandingOutput rdf:type owl:ObjectProperty ;
                     rdfs:comment """Maximum amount of sand accepted on the track within value of sanding output for 30s, given in grams.
Deprecated according to the ammendment to the Regulation (EU) 2019/777."""@en ;