We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are 103 props called ...Identification:
...Identification
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> select * { ?x a rdf:Property filter(regex(str(?x),"Identification")) }
Of them 99 are called "IdentificationId" (stuttering syndrome?)
Rename these 99 props by removing the parasitic word ...Identification.. from ...IdentificationId....
...Identification..
...IdentificationId...
uncefact:versionIdentificationId
bICIdentificationId
Renaming ...Indicator to is... won't work well:
...Indicator
is...
transportEquipmentSplitGoodsIndicator
isTransportEquipmentSplitGoods
The text was updated successfully, but these errors were encountered:
@kshychko, I think this might actually be worthwhile cleaning these IdentificationId out in the code. They sure are ugly.
IdentificationId
Sorry, something went wrong.
Creditor_ Financial Institution. Hong Kong Bank_ Identification. Identifier
As far as I can tell consistently, Identification is always paired with Identifier. So we could just ignore Identification altogether.
Identification
Identifier
Successfully merging a pull request may close this issue.
There are 103 props called
...Identification
:Of them 99 are called "IdentificationId" (stuttering syndrome?)
Rename these 99 props by removing the parasitic word
...Identification..
from...IdentificationId...
.uncefact:versionIdentificationId
,bICIdentificationId
Renaming
...Indicator
tois...
won't work well:transportEquipmentSplitGoodsIndicator
isTransportEquipmentSplitGoods
The text was updated successfully, but these errors were encountered: