Ontology Version: 2.7.0

cacontology-hotlines:feedbackType leaf node


URI

https://cacontology.projectvic.org/hotlines/core#feedbackType

Label

feedback type

Description

The type of feedback provided for a hash submission.

Usage

DOMAINPROPERTYRANGE
cacontology-hotlines:HashFeedbackAction cacontology-hotlines:feedbackType xsd:string

Implementation

@prefix cacontology-hotlines: <https://cacontology.projectvic.org/hotlines/core#> .
@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-hotlines:feedbackType a owl:DatatypeProperty ;
    rdfs:label "feedback type"@en ;
    rdfs:comment "The type of feedback provided for a hash submission."@en ;
    rdfs:domain cacontology-hotlines:HashFeedbackAction ;
    rdfs:range xsd:string .