-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix issues #205, #206 and #216 #210
Fix issues #205, #206 and #216 #210
Conversation
…descriptions - delete incorrect sharing of parameter declaration among modules in writeConstraintsToModel - set constraint predicate as IRI instead of string - add subClassOf triple to modules extending other modules, including abstract ones, to share parameter declaratoin with their super classes. - Note that tools using the generated descriptions of modules that extend other modules will have to query the super classes for their parameter declaration.
…-pipes-module subprojects.
Review notes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not go over it extensively yet.
...es/module-dataset-discovery/src/main/java/cz/cvut/spipes/modules/DatasetDiscoveryModule.java
Outdated
Show resolved
Hide resolved
...es-modules/module-form/src/main/java/cz/cvut/spipes/modules/ConstructFormMetadataModule.java
Show resolved
Hide resolved
...pes-modules/module-form/src/main/java/cz/cvut/spipes/modules/ConstructTextualViewModule.java
Show resolved
Hide resolved
s-pipes-modules/module-form/src/main/java/cz/cvut/spipes/modules/FetchPossibleValuesModule.java
Show resolved
Hide resolved
s-pipes-modules/module-form/src/main/java/cz/cvut/spipes/modules/MergeFormMetadataModule.java
Show resolved
Hide resolved
s-pipes-modules/module-rdf4j/src/main/java/cz/cvut/spipes/modules/Rdf4jDeployModule.java
Show resolved
Hide resolved
s-pipes-modules/module-tabular/src/main/java/cz/cvut/spipes/modules/RDF2CSVModule.java
Outdated
Show resolved
Hide resolved
…are not annotated with SPipesModules.
…omment triples in RdfAnnotationProcessorMojo.
…pipe modules in s-pipe-modules. - remove SPipesModule from abstract java classes - moving javadoc comments to comment field in SPipesModule and Parameter annotation - adding comment field to Parameter annotation from external s-pipes-modules project - adding missing parameter annotations - fixing some wrong Parameter annotations
… be revised/improved
…all-modules.ttl - delete unused s-pipes-module-creator-maven-plugin configuration from s-pipes-text-analysis
/** | ||
* Reads manually managed modules ontology from maven sub-project. | ||
* The ontology is loaded from the resource folder of the sub-project and it is expected to start with the artifact | ||
* id of the sub-project followed by the postfix ".sms.tll". For example, assume the input parameter project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sms.ttl is meant for scripts only and not for module definition files, thus:
sms.ttl --> ttl.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kostobog FYI, resolve when you read the comment
Fixes #205, #206, #211 and #216
#205
#206
#216 - resolved by commit ae5869a
#211 - resolved by commit 5ebec09