Almost identical concepts (lowercase and uppercase) #4818
Closed
floresbakker
started this conversation in
General
Replies: 1 comment
-
See here: #4821 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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