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
Is your feature request related to a problem? Please describe.
The format field is free-form text.
For example, I'm registering the NetCDF file what it's the correct value NetCDF, nc or .nc
NetCDF
nc
.nc
Can be a selection of options as the variable presentation?
Additional context
Format:
Variable presentations?
The text was updated successfully, but these errors were encountered:
Should be the file extension, in this case nc (without the dot).
However, looking this query:
WHERE { ?ds a <https://w3id.org/okn/o/sd#DatasetSpecification> . ?ds <https://w3id.org/okn/o/sd#hasFormat> ?f }
I see several values that does not seem like file extensions.
I can change it to a select box, but we need to create a list of allowed extensions.
Sorry, something went wrong.
hvarg
No branches or pull requests
Is your feature request related to a problem? Please describe.
The format field is free-form text.
For example, I'm registering the NetCDF file what it's the correct value
NetCDF
,nc
or.nc
Can be a selection of options as the variable presentation?
Additional context
Format:
Variable presentations?
The text was updated successfully, but these errors were encountered: