fixed profile
Let's check if having a getter for MetadataReference helps
fixed typo in javadoc
_ instead of - does not help. Reverting
fixed compilation issue on TypeToken class
Using _ as separator instead of - otherwise the index inspector cannot populate the mdformat list.
Updated cleaning rule
Removed publication_resource profile: use dataset_types instead
New and updated vocabularies as provided by Felix. Sources available also here on the workspace: https://goo.gl/PAbVBg
removed empty relation
No need to infer in memory: we can have the inference rule run directly on virtuoso
logging jena package
intellij file
Fixed expected value
Re-order switch cases
added protocol property
Response samples from the catalogue
Updated dependencies for registry according to Luca's suggestions
refactoring
compilation error solved
Fixed class name: guys..."Resource" is a very unlucky name...
tostring method
implemented findInRegistry method
created garbage collection hard version
re-format code
Testing the registry library
ByPass QueryBuilder, otherwise the virtuoso pragma are not parsable
Playing with inference rules on the remote sparql endpoint
Updated top-level mappings
url and title as stored fields
Adapted configuration for lightui
Updated index field for transformed index
Do not define version numbers when using a spring-boot parent
refactoring using jaxb
Define useful namespaces
Cleaner is now able to handle namespaces in cleaning rules, if they are defined in the new NAMESPACES element of the CleanerDSResourceType
changed according to #10506
Additional methods needed by the JRR publishing workflow
Setting up a dedicated publishing workflow for the JRR
Remove references to JRR from the current publishing wf
Added parthenos top level repository
Move rdf namespaces in rdf:RDF element (https://support.d4science.org/issues/11324)
updated the number of results
Can't find a way to use the DEFINE virtuoso pragma using the jena connector.
throws exception
Refactoring and deprecation for registration on catalogue and registry
fix IDIOT bug
date selection
Let's keep the field
let's keep the field
pass inner exception, otherwise we do not know why we could not initialize the mongo cursor
Analysing and partially fixing index field configuration
For almost every graph we used to return also "concept URLs" like "http://parthenos.d4science.org/handle/Parthenos/REG/Concept/datasettype/metadata"...let's try to avoid them skipping non URL resources and resources whose type is not in the parthenos namespace.
Comment highlighting possible mistakes in index configuration
Using new publish wf
Back with no inference, otherwise we are passing all triples in CIDOC-CRM, DIG and PE, which is not what we want.
Add inferred info after getting sparql result.
Back to simple construct
using lambdas
testing
Fixed duplicate guava dependency
Let's try using a VirtGraph
We should be able to use DEFINE if we use Virtuoso specific classes, see https://www.openlinksw.com/vos/main/Main/VirtJenaSPARQLExample12
added version 2 of the API
it seems 406 really depends on the DEFINE construct to use inf rules...
Test: 406 error if I use the inference rules?
log debug unpublish info
log debug instead of info
modified creation of endpoint template
Updated test
SPARQL queries
SPARQL queries that will be used to get the info for the JRR and catalogue
Removed duplicate creation of rel
Updated ariadne profile
Have the x3ml engine generate real UUIDs instead of test values.
added log
fixed bug missing timestamp on incremental feeding mdstore
implemented incremental transfrom and resolving
No Exception to be declared
Adjust log levels
Use inference rules
instructions to create inference rule based on parthenos model
Let's try to get only the triples where the known resource is subject
Trying to wait for the queue with no timeout
Shutdown now when error occurs
when virtuoso is tired it is better to sleep
Do not stop if we can't get the subject list for a graph
Increased queue timeout
Skip resources in case the CONSTRUCT query does not return after a timeout
throw Exception if we read an ERROR_TERMINATOR
Increased queue timeout and sleep time
log config
Retry if resttemplate returns blank rdf document
Skipping no http resources
increased sleep time to 3 secs
increased timeout to 10 secs
poll returns null when the timeout expires
more logs