Almost identical concepts (lowercase and uppercase) #4818
floresbakker
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there ReSpec community!
I am trying to create a specification document that identifies two concepts that have almost identical names. One is for a OWL class called ex:Example and one is for an OWL object property called ex:example. In the RDF/OWL world, it is custom to write classes with a name starting with a upper case letter, while properties are written with a name starting with a lower case letter. The two concepts are semantically different from eachother, hence I want to show this in the ReSpec document. However, the ReSpec validation shows that the two concepts are seen as one, and it warns me that there is a duplicate definition of ex:example.
I tried using scoped concepts as described in https://respec.org/docs/#scoped-concepts:
Still I get a duplicate definition warning.
Even an example that I took from https://respec.org/docs/#scoped-concepts results in a warning:
What am I doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions