Skip to content
Open
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: 3 additions & 1 deletion src/cco-modules/EventOntology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2116,7 +2116,9 @@ cco:ont00000902 rdf:type owl:Class ;
cco:ont00000908 rdf:type owl:Class ;
rdfs:subClassOf cco:ont00000228 ;
rdfs:label "Act of Artifact Processing"@en ;
skos:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ;
skos:definition "A Planned Act of performing a series of physical operations on an Artifact."@en ;
cco:ont00001754 "Wikipedia contributors, 'Industrial processes,'' Wikipedia, The Free Encyclopedia, https://en.wikipedia.org/w/index.php?title=Industrial_processes&oldid=1246012106 (accessed April 29, 2025)."^^xsd:anyURI ;
skos:scopeNote "'Physical' should be understood in a broad manner that especially encompasses mechanical and chemical operations. A mechanical operation may be the polishing of a piece of metal, and a chemical operation may be the anodizing of a piece of metal."@en ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest moving the examples out of scopeNote to use the example annotation instead.

cco:ont00001760 "https://www.commoncoreontologies.org/EventOntology"^^xsd:anyURI .


Expand Down