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/"
}
}