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
Current the property rule only accepts STRING values
STRING
ExpectModifier 'Property' name=Identifier (expectation=STRING)?
I would like to at least also support
Expect Property "foo" true Expect Property "age" Less Than 21 Expect Property "extension" Matching "$.docx?"
Additionally hydra could have special type assertion check rdf:type property, used with URIs
rdf:type
Expect Type hydra:Collection
The text was updated successfully, but these errors were encountered:
feat(core-dsl): extend property statement with other data types
7a8ba38
re #50
feat(hydra-dsl): explicit rdf:type expectation statement
5afbc65
43ac67b
1671363
9d6195b
db1a72a
7cb2311
No branches or pull requests
Current the property rule only accepts
STRING
valuesI would like to at least also support
Additionally hydra could have special type assertion check
rdf:type
property, used with URIsThe text was updated successfully, but these errors were encountered: