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

The transformation to gUFO is generating the same label for two different "things". #45

Open
guidoni opened this issue Sep 17, 2020 · 0 comments

Comments

@guidoni
Copy link
Collaborator

guidoni commented Sep 17, 2020

The association name is being referenced in the label for the association name and for the class name to which it relates.

For exemple: the label "hasEmployee" appears in the turtle file for the class "Employee" and for the association "hasEmployee", as shown in the fragment below.

"......
[ rdf:type owl:AllDisjointClasses ] owl:members (:Enrollment :Supplycontract :Employment).
:Employee rdfs:subClassOf :Adult.
:Customer owl:equivalentClass [
rdf:type owl:Class;
owl:unionOf (:Corporatecustomer :Personalcustomer)
].
:Hasemployee rdfs:label "hasEmployee".
:Employee rdf:type gufo:Role.
[ rdf:type owl:AllDisjointClasses ] owl:members (:Adult :Child).
:Employee rdfs:label "Employee".
:Person owl:equivalentClass [
rdf:type owl:Class;
owl:unionOf (:Adult :Child)
].
:employee rdfs:label "hasEmployee".
[ rdf:type owl:AllDisjointClasses ] owl:members (:Organization :Person).
......"

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

No branches or pull requests

1 participant