Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReverseProcessType #247

Open
elsdvlee opened this issue Jul 2, 2024 · 0 comments
Open

ReverseProcessType #247

elsdvlee opened this issue Jul 2, 2024 · 0 comments

Comments

@elsdvlee
Copy link

elsdvlee commented Jul 2, 2024

In the textile demo we connected the assembly method to the process (step) with http://w3id.org/CEON/ontology/processODP/hasProcessType:

ex:01_upper_part a ceon-process:AssemblingProcess;
ceon-processODP:hasInput ex:textile_A, ex:textile_B, ex:Resortec;
ceon-processODP:hasOutput ex:upper_part;
ceon-processODP:nextProcess ex:02_addsole;
ceon-processODP:hasProcessType ex:stiched_with_Resortec_thermo-dissolvable_stitch.

How to you express the disassemblyMethod?
In the demo I temporarily used ex:hasReverseProcessType.

ex:01_upper_part a ceon-process:AssemblingProcess;
ceon-processODP:hasInput ex:textile_A, ex:textile_B, ex:Resortec;
ceon-processODP:hasOutput ex:upper_part;
ceon-processODP:nextProcess ex:02_addsole;
ceon-processODP:hasProcessType ex:stiched_with_Resortec_thermo-dissolvable_stitch;
ex:hasReverseProcessType ex:heat_separation.

However, it might be possible to just inverse the complete process description

ex:01_upper_part a ceon-process:DissassemblingProcess;
ceon-processODP:hasInput ex:upper_part;
ceon-processODP:hasOutput ex:textile_A, ex:textile_B;
ceon-processODP:hasProcessType ex:heat_separation.

Still, I would think that you want be able to express that one process is the reverse of another process.
Please advise, so I can update the textile demo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant