considering reverse relationships as well
indent
lets' put the title string in crm:P102_has_title
Just some ordering in sparql query for project
Added Identifier to all sparql queries
Add extra field only if its value is not blank
Updated license mapping for catalogue based on input from LRE Map
method for languages
specify UTF-8 for URL decoding
Added sparql template for E78_Collection
Leave the curation plan to the curation service. Added denormalised language
Leave the curation plan to the curation service
Removed TODOs
CurationPlans are linked to CuratingServices only, not to Things.
Double decoding for URLs like http://parthenos.d4science.org/handle/Parthenos/REG/Dataset/Appellation/Isidore%2520Dataset
handle/ has length 7
fixed generation of catalogue name
included custodialhistory in sparql template
Added update time for dataset sparql query template
ensure a creation event is a creation event
ensure the creation event is a creation event
P2_hasType directly points to the type label in sparql templates
added creationtime in sparql templates
New methods to get subjects with pagination given a datasource API
Retry in case of known NullPointerException on the catalogue
Do not log 200 status
multiple descriptions
Get adopters of a curation plan
multiple notes
Support multiple has_note
removed duplicate entry
Trying to get relationship (uses/usedby) between Dataset and Software
Fixed sparql template for software
Pass datasource name for creating groups
handling groups with datasourcename
Fixed relationship members/teams
Need to filter out the ContactPoint from the title clause, otheriwse, because of inference, we get the labels of AccessPoints.
Trying to map to ckan licenses
titles must be instances of crm:E41_Appellation
fixed timespan for projects
UnsupportedOperationException instead of deprecated NotImplementedException
Do not eregister all resources in a given RDF: only the resource whose URI is in the header/objIdentifier
including PE28_Curation_Plan in catalogue registration
fixed compilation problem due to method renaming
Multiple sources for contact point + ignore groups because they are not registered for a reason I still do not get
Added method to get provider Uri and competences are multiple, not one
better mapping to ckan for Datasets
Commented unused extra fields
Mapping to ckan refined for PE1_Services
Better mapping Projects into the catalogue
getLabel does not throw NullPointer when the resource is null
Also query for maintained stuff + formatting
Nicer json for Actors on the catalogue
Updated crmdig namespace
Assuming prefixes are defined at virtuoso side.
log when groups cannot be created
just ordering
We do not want to register E55_Types
Based on FORTH feedback there are no direct rels between entities and the provider apart from services.
Added provider label
Included PP2_provided_by in sparql template for actors
Added todo for condition of use
refactoring methods for coverages
Added missing iterator
Reuse getTitle method on providers
The activitytype must be taken explicitly by URI prefix on types
Dropped authorization from mapping
The availability type must be taken explicitly by URI prefix on types
Bypassing Query and QueryEngineFactory, otherwise we cannot use the inference rules
Need to use inference rules also in /subjectsWithType method
Type and Ting should not be queried
some logs to INFO
Log when the resource could not be registered in the catalogue and hence we get a blank uuid
Loggin queries that returned 504 GatewayTimeout
ENsure that also resource names are compliant to the rules of the catalogue
based on the sparql templates competency is a string, in the model it is a PE36_Competency_Type
Let\s check if we do not get the following warning at client side by setting the response status in void GET methods that write directly on the output stream. The warning is: 'org.springframework.http.converter.json.MappingJackson2HttpMessageConverter- Failed to evaluate serialization for type [void]: java.lang.IllegalStateException: Failed to instantiate standard serializer (of type com.fasterxml.jackson.databind.ser.std.NullSerializer): Class com.fasterxml.jackson.databind.ser.BasicSerializerFactory can not access a member of class com.fasterxml.jackson.databind.ser.std.NullSerializer with modifiers "private"'
better error logging
Added crm:P2_has_type for all sparql query templates
Yes, let's use union everywhere
Looks like using UNION is much more performant than using OPTIONAL. See http://www.snee.com/bobdc.blog/2014/10/dropping-optional-blocks-from.html
removed todo, because I did it
Using specific queries for Software and Dataset: the one for DigitalObject has been deleted as it could not be executed because of timeout exception during tests. I do not want to run such heavy query on the production virtuoso
Removed deprecated classes
logging
handle httpstatus properly
Added method to delete a resource by uuid
added missing namespace
removed wrong } in service sparql template
Getting the item title from the label if a proper title cannot be found
Isolate the registration on the catalogue temporarly
better regex to have alphanumeric item and group names for the catalogue
Basic implementation for E55 and E29 to the catalogue
Added TODO to remember in the near future about the error handling
Let's try to get the providers for all types of resources
provider must come with at least the title
Let's get also the maintaining RI as provider (so they will also be added as groups)
Registering providers as catalogue groups
Better try using InputStream...