Skip to content
New issue

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

Question about comparing strings #80

Open
xdxxxdx opened this issue Jun 8, 2023 · 1 comment
Open

Question about comparing strings #80

xdxxxdx opened this issue Jun 8, 2023 · 1 comment

Comments

@xdxxxdx
Copy link
Contributor

xdxxxdx commented Jun 8, 2023

Quote from SPEC "When a tree:path is defined, mind that you also may have to check the language of the element using the property shacl:inLanguage More languages MAY be set. When no language is set, all strings are compared."

It is not clear where this shacl:inLanguage is supposed to be.
Is it gonna be inside the shacl shape which linked by tree:shape. If it is the case, the predicate which pointing to a language which doesn't conform to the shacl:inLanguage won't be ingested to the LDES Server.
Or
is it a part of the tree:Relation. Like

 tree:relation   [ rdf:type   tree:Relation ;
                          tree:node  <xxx>;
                          shacl:inLanguage "En"
                        ] .

Thanks

@xdxxxdx xdxxxdx changed the title Question about, comparing strings Question about comparing strings Jun 8, 2023
@pietercolpaert
Copy link
Member

It should be indeed according to your example, but we didn’t correctly specify it that way. Leaving this issue open to be clarified in the spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

2 participants