https://www.w3id.org/rcao#hasFusionStrategy
Describes the logic strategy used by the RCA_Algo (e.g., 'agreement_consolidation').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| rcao:AwarenessState | rcao:hasFusionStrategy | xsd:string |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rcao: <https://www.w3id.org/rcao#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
rcao:hasFusionStrategy a owl:DatatypeProperty ;
rdfs:comment "Describes the logic strategy used by the RCA_Algo (e.g., 'agreement_consolidation')." ;
rdfs:domain rcao:AwarenessState ;
rdfs:range xsd:string .