Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Check for boolean values where these are mandated #13

Open
joncison opened this issue Mar 28, 2019 · 4 comments
Open

Check for boolean values where these are mandated #13

joncison opened this issue Mar 28, 2019 · 4 comments
Assignees

Comments

@joncison
Copy link

see e.g. edamontology/edamontology#389 although there are other relevant fields, too

@joncison
Copy link
Author

am I right @matuskalas this is relevant only for owl:deprecated, i.e. no other fields with bool values?

@matuskalas
Copy link
Member

matuskalas commented Feb 27, 2020

From owl:Class-es, these are:

<owl:deprecated>true</owl:deprecated>
<!-- And a number of technical (i.e. non-semantic) attributes, which we should consider to model in a better way where needed. E.g. -->
<notRecommendedForAnnotation>true</notRecommendedForAnnotation>
<!-- and is_deprecation_candidate, is_refactor_candidate, isdebtag -->

You added all these, so why asking me? 🤣
(i'm no giant fan of myriads of boolean flags after i left my work in retail IT 😉)

@joncison
Copy link
Author

:) awesome, thanks!

agree re need to model some of this better

@joncison
Copy link
Author

joncison commented Apr 7, 2020

this one done cc @hmenager @albangaignard

see https://github.com/edamontology/edamverify/blob/master/queries/badNonBooleanValue.ipynb

easy to change if we change how we model this stuff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants