https://cacontology.projectvic.org/platforms#misuseDescription
Narrative description of how the affordance was misused to enable the phase transition.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-platforms:AffordanceMisuse | cacontology-platforms:misuseDescription | xsd:string |
@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-platforms:misuseDescription a owl:DatatypeProperty ;
rdfs:label "misuse description"@en ;
rdfs:comment "Narrative description of how the affordance was misused to enable the phase transition."@en ;
rdfs:domain cacontology-platforms:AffordanceMisuse ;
rdfs:range xsd:string .