Ontology Version: 2.2.0

hotline: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
hotline:HashFeedbackAction hotline:feedbackType xsd:string

Implementation

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