reuse props from org, rov
#545
VladimirAlexiev
started this conversation in
Ideas
Replies: 1 comment
-
this is also related to #386 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
This is a sub-issue of #295, listing some specific props that can be reused.
ePO reuses org:Organization, but defines its own props for some that can be found in
org
androv
(akaregorg
).Since both of these are EU core vocabs and published by OPOCE, I think they should be reused to the max.
epo:registeredAddress
: considerorg:hasRegisteredSite
(there's alsoorg:hasPrimarySite
).Site
is not quite the same asAddress
but I got advice from Maxx Dekkers that it's ok to collapse them (as we did in euBusinessGraphepo:hasLegalFormType
: userov:orgType
, and use skos:Concept instead of Literalepo:hasOrganisationUnit
: useorg:hasUnit
(with inverseorg:unitOf
)epo:hasLegalName
: use rov:legalName. Also, "cardinality 1" is wrong because companies in some countries have several legal names in several official languagesepo:hasMainClassification
: is not attached to any class! Consider usingrov:orgActivity
rov:orgActivity
This reuse can spare you some modeling errors (eg #402) or give good ideas (eg #403)
Beta Was this translation helpful? Give feedback.
All reactions