Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ontology/uco/action/action.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ action:Technique
;
rdfs:subClassOf core:UcoType ;
rdfs:label "Technique"@en ;
rdfs:comment "A technique is a class of actions joined by some common characteristics. uco-action:Technique itself is a metaclass. A Technique instance is an owl:Class that is a subclass of uco-action:Action."@en ;
rdfs:comment "A technique is a class of actions joined by some common characteristics. The class uco-action:Technique is a metaclass. A Technique instance is an owl:Class that is a subclass of uco-action:Action."@en ;
sh:property
[
rdfs:comment "This shape confirms a Technique is an eventual subclass of Action. The Action class itself is not a Technique."@en ;
rdfs:comment "This property shape confirms an instance of Technique is a class that is an eventual subclass of Action. The Action class itself is not a Technique."@en ;
sh:hasValue action:Action ;
sh:path [
sh:oneOrMorePath rdfs:subClassOf ;
Expand Down
2 changes: 1 addition & 1 deletion ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ core:UcoType
;
rdfs:subClassOf owl:Thing ;
rdfs:label "UcoType"@en ;
rdfs:comment "UcoThing is the top-level class for metaclasses within UCO. An instance of core:UcoType is also an instance of owl:Class, and is or specializes core:UcoThing."@en ;
rdfs:comment "UcoType is the top-level class for metaclasses within UCO. An instance of core:UcoType is also an instance of owl:Class, and is or specializes core:UcoThing."@en ;
owl:disjointWith core:UcoThing ;
sh:class owl:Class ;
sh:property [
Expand Down
Loading