add more FunctionalProperty
annotations
#546
VladimirAlexiev
started this conversation in
Ideas
Replies: 0 comments
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.
-
Why the latter is functional but the former is not?
Consider all props with ranges
integer, decimal, date, dateTime, boolean
: I think all of them should be declaredowl:FunctionalProperty
. Eg it won't be any good to have two values for thee flags:epo:hasEInvoicing rdfs:domain epo:ContractTerm ; rdfs:range xsd:boolean . epo:hasEORoleType rdfs:range <skos:Concept> . epo:hasEOrdering rdfs:domain epo:ContractTerm ; rdfs:range xsd:boolean . epo:hasEPayment rdfs:domain epo:ContractTerm ; rdfs:range xsd:boolean .
Beta Was this translation helpful? Give feedback.
All reactions