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
For the following YARRRML document:
prefixes: ex: "http://www.semanticweb.org/tijnd/" ontology: "http://www.semanticweb.org/tijnd/ontology/" schema: "https://schema.org/" idlab-fn: "http://example.com/idlab/function/" grel: "http://users.ugent.be/~bjdmeest/function/grel.ttl#" owl: "http://www.w3.org/2002/07/owl#" rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#" rdfs: "http://www.w3.org/2000/01/rdf-schema#" xsd: "http://www.w3.org/2001/XMLSchema#" sources: imdb: access: imdb_video_game_rating_modified.csv referenceFormulation: csv mappings: director: sources: - imdb s: ex:Person/$(title) #Not really the correct subject, only used to simply test it po: - [a, schema:Person] - p: schema:name o: function: grel:string_split parameters: - [grel:p_string_sep, ", "] - [grel:valueParameter, $(directors)]
Yatter has problems using the function, mainly with the ", " it gives an error "objectlist expected."
The same YARRRML document is properly translated with Matey.
The dataset considered for this task is this: https://www.kaggle.com/datasets/nyagami/video-game-ratings-from-imdb (if it matters)
The text was updated successfully, but these errors were encountered:
adding support for constant literal values in functions (solving #71)
1aa7656
This is already solved! Thanks :)
Sorry, something went wrong.
solving #68 and #71
ba4dbe7
Merge pull request #73 from oeg-upm/constant-prefixes
321e00b
dachafra
No branches or pull requests
For the following YARRRML document:
Yatter has problems using the function, mainly with the ", " it gives an error "objectlist expected."
The same YARRRML document is properly translated with Matey.
The dataset considered for this task is this: https://www.kaggle.com/datasets/nyagami/video-game-ratings-from-imdb (if it matters)
The text was updated successfully, but these errors were encountered: