OP-TED / ePO

The eProcurement Ontology provides the formal, semantic foundation for the creation and reuse of linked open data in the domain of public procurement in the EU.
European Union Public License 1.2
58 stars 18 forks source link

add more subprops ( epo:leadBy<epo:hasMember) #401

Closed VladimirAlexiev closed 7 months ago

VladimirAlexiev commented 1 year ago

For every pair of props with the same domain and range, consider if one maybve is subprop of another (I think that's one of the OOPS! checks). (Note: this rarely applies when the range is skos:Concept because concepts are distinguished by ConceptScheme)

Eg here:

epo:hasMember  rdfs:domain  epo:OrganisationGroup ;
        rdfs:range   <http://www.w3.org/ns/org#Organization> .
epo:leadBy  rdfs:domain  epo:OrganisationGroup ;
        rdfs:range   <http://www.w3.org/ns/org#Organization> .

I think you need epo:leadBy rdfs:subPropertyOf epo:hasMember