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
# Declare skos:prefLabel, emmo:elucidation and emmo:definition here
40
+
# since we are not importing these ontologies
41
+
emmo:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 a owl:AnnotationProperty ;
42
+
rdfs:subPropertyOf rdfs:comment ;
43
+
skos:prefLabel "elucidation"@en ;
44
+
rdfs:comment "Short enlightening explanation aimed to facilitate the user in drawing the connection (interpretation) between a OWL entity and the real world object(s) for which it stands."@en .
45
+
46
+
:EMMO_70fe84ff_99b6_4206_a9fc_9a8931836d84 a owl:AnnotationProperty ;
47
+
rdfs:subPropertyOf rdfs:comment ;
48
+
skos:prefLabel "definition"@en ;
49
+
rdfs:comment "Precise and univocal description of an ontological entity in the framework of an axiomatic system."@en .
0 commit comments