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
Incremental deployment of annotated wo-text does not work, I mean:
cd enhance-wo-text ./bin/get-input-from-repository.sh ./bin/retrieve-data.sh ./bin/deploy-data.sh ./bin/get-input-from-repository.sh ./bin/retrieve-data.sh ./bin/deploy-data.sh ...
There is query (queries/retrieve-non-annotated-mwo-with-wo-texts.rq) that depends on cm:described-finding to retrieve unannotated wo-texts:
cm:described-finding
PREFIX cm: <http://onto.fel.cvut.cz/ontologies/csat-maintenance/> CONSTRUCT { <http://onto.fel.cvut.cz/ontologies/csat/enhance-wo-text-0.1-data> a owl:Ontology . ?taskStepExecution cm:work-order-text ?woText . } WHERE { ?taskStepExecution cm:work-order-text ?woText . FILTER NOT EXISTS{ ?taskStepExecution cm:described-finding ?finding} }
However ouput of the enhance-wo-text does not generate any triples having property cm:described-finding and thus computation cannot be incremental.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Incremental deployment of annotated wo-text does not work, I mean:
There is query (queries/retrieve-non-annotated-mwo-with-wo-texts.rq) that depends on
cm:described-finding
to retrieve unannotated wo-texts:However ouput of the enhance-wo-text does not generate any triples having property
cm:described-finding
and thus computation cannot be incremental.The text was updated successfully, but these errors were encountered: