We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587fc91 commit 449f380Copy full SHA for 449f380
ComponentRegistry/src/main/resources/conceptUriRules.json
@@ -59,6 +59,26 @@
59
]
60
}
61
}]
62
+ }, {
63
+ "types": ["*"],
64
+ "rules": [{
65
+ "reason": "Not a valid Wikidata entity URI (check documentation)",
66
+ "warning": {
67
+ "regex": [
68
+ "^http(s?):\\/\\/.*wikidata.org\\/([^e]|e[^n]|en[^t]|ent[^i]|enti[^t]|entit[^y]|entity[^\\/])"
69
+ ]
70
+ }
71
+ }]
72
73
74
75
+ "reason": "Wikidata entity URIs start with http: (check documentation)",
76
77
78
+ "^https:\\/\\/.*wikidata.org\\/entity"
79
80
81
82
83
84
0 commit comments