Skip to content

Commit

Permalink
Merge pull request #254 from LiUSemWeb/update-process-0.2
Browse files Browse the repository at this point in the history
add DissassemblingProcess concept
  • Loading branch information
huanyu-li authored Oct 8, 2024
2 parents aa27fb0 + 5dfb783 commit a7d78d9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ontology/modules/process/0.2/process.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ processODP:hasOutput rdf:type owl:ObjectProperty .
rdfs:label "Deconstruction Process" .


### http://w3id.org/CEON/ontology/process/DisassemblingProcess
:DisassemblingProcess rdf:type owl:Class ;
rdfs:subClassOf processODP:Transformation ;
rdfs:comment "A process of disassembling." ;
rdfs:label "Disassembling Process" .


### http://w3id.org/CEON/ontology/process/DismantleProcess
:DismantleProcess rdf:type owl:Class ;
rdfs:subClassOf processODP:Transformation ;
Expand Down Expand Up @@ -301,4 +308,4 @@ processODP:Transformation rdf:type owl:Class .
resourceODP:Resource rdf:type owl:Class .


### Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi

0 comments on commit a7d78d9

Please sign in to comment.