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

Aida 280 #45

Merged
merged 5 commits into from
Jul 23, 2018
Merged

Aida 280 #45

merged 5 commits into from
Jul 23, 2018

Conversation

bdpham
Copy link
Collaborator

@bdpham bdpham commented Jul 23, 2018

Created SHACL to enforce uri for assertions.

@bdpham bdpham requested a review from eaciv July 23, 2018 18:11
sh:targetClass rdf:Statement ;
sh:nodeKind sh:IRI ;
sh:message "All rdf:Statement nodes must not be blank" ;
.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clark wants all files to end with a newline character. Please add a blank line at the end of this file

* Returns whether or not the KB and hypotheses are valid
*/
fun validateTA3(dataToBeValidated: Model): Boolean {
val unionModel = ModelFactory.createUnion(domainModel, dataToBeValidated)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's unfortunate that this might be done twice. Is there a way to prevent that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I came up with a solution. Let me know if you prefer the old method, and I will revert.

@eaciv eaciv merged commit c01fffd into master Jul 23, 2018
@gitnordt gitnordt deleted the AIDA-280 branch November 15, 2021 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants