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

enhance-wo-text script does work incrementally #221

Open
blcham opened this issue May 26, 2023 · 0 comments
Open

enhance-wo-text script does work incrementally #221

blcham opened this issue May 26, 2023 · 0 comments

Comments

@blcham
Copy link
Contributor

blcham commented May 26, 2023

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:

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.

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

No branches or pull requests

1 participant