Skip to content

Commit aeb7e87

Browse files
committed
GH-5709: remove bogus property from DQV
1 parent a5fc361 commit aeb7e87

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

core/model-vocabulary-annotation/src/main/java/org/eclipse/rdf4j/model/vocabulary/annotation/DQV.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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");

core/model-vocabulary-annotation/src/main/java/org/eclipse/rdf4j/model/vocabulary/annotation/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
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
*/
1414
package org.eclipse.rdf4j.model.vocabulary.annotation;

0 commit comments

Comments
 (0)