ParticipantRole
Class
http://proethica.org/ontology/intermediate#ParticipantRole
Properties
Subclass of
Subclasses 2
Used in cases 16
Case ontologies that instantiate this class. Computed from each individual's type, so the list stays current as cases are extracted. The originating case is shown under Extraction details.
Case 9 Case 19 Case 57 Case 58 Case 75 Case 83 Case 87 Case 88 Case 92 Case 94 Case 100 Case 114 Case 140 Case 144 Case 146 Case 169TTL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proeth: <http://proethica.org/ontology/intermediate#> .
@prefix proeth-core: <http://proethica.org/ontology/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
proeth:ParticipantRole a owl:Class ;
rdfs:subClassOf proeth-core:Role .