You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
......"
The text was updated successfully, but these errors were encountered: