https://cacontology.projectvic.org/hotlines/core#feedbackType
The type of feedback provided for a hash submission.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| hotline:HashFeedbackAction | hotline:feedbackType | xsd:string |
@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 .