The current RDF(S) for ies_core avoids re-declaring inherited domain and ranges when they match their parent properties.
However, ies_core:hasTheme explicitly re-declares its range despite inheriting this exact range from ies_top:couple. While logically correct, this is inconsistent with the conventions and output styling used across the rest of the ontology.
|
ies_core:hasTheme rdfs:range ies_top:Thing . |
Suggested Change
Remove the redundant rdfs:range declaration on line 526 of spec/ies-core.ttl, as the range is already inherited from ies_top:couple.
The current RDF(S) for ies_core avoids re-declaring inherited domain and ranges when they match their parent properties.
However,
ies_core:hasThemeexplicitly re-declares its range despite inheriting this exact range fromies_top:couple. While logically correct, this is inconsistent with the conventions and output styling used across the rest of the ontology.ies-core/spec/ies-core.ttl
Line 526 in 1a9cd42
Suggested Change
Remove the redundant
rdfs:rangedeclaration on line 526 ofspec/ies-core.ttl, as the range is already inherited fromies_top:couple.