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 multiple ways in which parameter URIs are defined:
p-
@Parameter(iri = TYPE_URI + "/" + "p-ckan-url", comment = "URL of the CKAN server.")
@Parameter(iri = PARAM_URL_PREFIX + "source-resource-uri"
There are multiple use cases for parameters:
A/C:
The text was updated successfully, but these errors were encountered:
I suggest to start refactoring most used modules first such as Tabular module and create TABULAR.java for the prefixes
TABULAR.java
Sorry, something went wrong.
No branches or pull requests
There are multiple ways in which parameter URIs are defined:
p-
, i.e.@Parameter(iri = TYPE_URI + "/" + "p-ckan-url", comment = "URL of the CKAN server.")
@Parameter(iri = PARAM_URL_PREFIX + "source-resource-uri"
There are multiple use cases for parameters:
A/C:
The text was updated successfully, but these errors were encountered: