Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SKOS properties don't work 😥 #786

Open
matuskalas opened this issue Feb 24, 2023 · 1 comment
Open

SKOS properties don't work 😥 #786

matuskalas opened this issue Feb 24, 2023 · 1 comment
Labels
Status: Needs Triage Should be the default status for issues that have been acknowledged, but not yet processed. Type: Bug Indicates that WebProtege is not working as expected

Comments

@matuskalas
Copy link

We need to use especially the standard properties for external matches:
skos:exactMatch
skos:narrowMatch
skos:broadMatch
skos:closeMatch
skos:relatedMatch

When trying to add these, it doesn't work in our ontology (https://webprotege.stanford.edu/#projects/69591619-4eda-4f03-9e7f-65b213038fe1/edit/Classes).

Do I have to add them all manually??

In Classes tab:
image
Same behaviour, whether this is attempted in Annotations or Relationships. ☹

In OWL Classes tab:
image

The same was happening with skos:related, until I addedit manually among Object Properties. This is for internal matches, so I can use it in Relationships.
image

@matuskalas matuskalas added Status: Needs Triage Should be the default status for issues that have been acknowledged, but not yet processed. Type: Bug Indicates that WebProtege is not working as expected labels Feb 24, 2023
@kataph
Copy link

kataph commented Jul 10, 2023

Hi all,
I get the same behaviour for the very same reason (though in my case I am interested in skos:prefLabel and such).
I would be really grateful for a patch.
In the meantime, are there any workaround?

For instance, this machester syntax is apparently not valid:
`Class: X

Annotations: [in root-ontology]
    skos:definition "bla bla bla ..."@it,
    skos:prefLabel "X"

SubClassOf: [in root-ontology]
    Y`

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Should be the default status for issues that have been acknowledged, but not yet processed. Type: Bug Indicates that WebProtege is not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants