File tree Expand file tree Collapse file tree
core/model-vocabulary-annotation/src/main/java/org/eclipse/rdf4j/model/vocabulary/annotation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,9 +73,6 @@ public class DQV {
7373 /** dqv:computedOn */
7474 public static final IRI computedOn ;
7575
76- /** dqv:d5a835a95fd5465883e829dd6504b59610 */
77- public static final IRI d5a835a95fd5465883e829dd6504b59610 ;
78-
7976 /** dqv:expectedDataType */
8077 public static final IRI expectedDataType ;
8178
@@ -117,7 +114,6 @@ public class DQV {
117114 UserQualityFeedback = Vocabularies .createIRI (NAMESPACE , "UserQualityFeedback" );
118115
119116 computedOn = Vocabularies .createIRI (NAMESPACE , "computedOn" );
120- d5a835a95fd5465883e829dd6504b59610 = Vocabularies .createIRI (NAMESPACE , "d5a835a95fd5465883e829dd6504b59610" );
121117 expectedDataType = Vocabularies .createIRI (NAMESPACE , "expectedDataType" );
122118 hasQualityAnnotation = Vocabularies .createIRI (NAMESPACE , "hasQualityAnnotation" );
123119 hasQualityMeasurement = Vocabularies .createIRI (NAMESPACE , "hasQualityMeasurement" );
Original file line number Diff line number Diff line change 99 * SPDX-License-Identifier: BSD-3-Clause
1010 *******************************************************************************/
1111/**
12- * Re-usable constants for various well-known RDF vocabularies for annotations, feedback etc.
12+ * Re-usable constants for various well-known RDF vocabularies for annotations, feedback, quality rating etc.
1313 */
1414package org .eclipse .rdf4j .model .vocabulary .annotation ;
You can’t perform that action at this time.
0 commit comments