Skip to content

Bug: ies_core:hasTheme redundantly re-declares its range #41

Description

@jamrce

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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