Enter Case Information

Engineering Ethics world is pre-selected.
Provide a detailed description of the engineering ethics case scenario.

Optional Fields

What action was taken in this case? (Optional)
What was the result of the decision? (Optional)
Provide an ethical analysis of the case. (Optional)
URL or reference to the original source. (Optional)

RDF Triple Metadata

Enter RDF triples in JSON format to provide structured metadata about this case. This allows integration with the Engineering Ethics ontology.
Example Format:
{
  "triples": [
    {
      "subject": "Case:ThisCase",
      "predicate": "involves:EthicalPrinciple",
      "object": "ENG_ETHICS:PublicSafety"
    },
    {
      "subject": "Case:ThisCase",
      "predicate": "hasConflict",
      "object": "ENG_ETHICS:ConfidentialityVsSafety"
    }
  ],
  "namespaces": {
    "Case": "http://proethica.org/case/",
    "involves": "http://proethica.org/relation/",
    "ENG_ETHICS": "http://proethica.org/eng_ethics/"
  }
}