V5 preclinical imaging
Note: the Review can be carried out either by checking the index.ttl
file under the tab or by copy-and-pasting the content of the file into the AIMS Frontend
-
Copy and paste code into AIMS Frontend. Check the form using under the button. Does everything render correctly and do all the fields work?
-
Do the title and description match -
Is there an English and German version of the title and description? (English is OK, but bi-lingual is preferred.) -
Are various datatypes used? (If applicable, in some cases, only using string
is entirely appropriate.) -
Does each field have a description? -
If pre-defined terms are used, do they make sense? (broadly speaking, e.g., dcterms:author
is not used for a field named "Device".) -
Does sh:targetClass
URL match the base URL? (Applies in most but not all cases.) -
If the base URL (line one in index.ttl
) contains the GUID such ashttps://purl.org/coscine/ap/{GUID}/
, modify this to contain the name of the profile and, if required, the grouping:https://purl.org/coscine/ap/{profileName}/
orhttps://purl.org/coscine/ap/{group}/{profileName}/
-
Change any other instances of the base URL to match.
-
-
Deploy on DSP-10 by clicking the in the pipeline box at the top of the merge request–just under the the
. (add label accordingly when done)
-
Test on DSP-10 by creating a resource with the application profile and adding a file/linked data to the resource on the web interface (add label accordingly when done). Does everything render correctly and do all the fields work? -
If applicable, contact submitter via service desk ticket (check box here and add "waiting" label to request). -
Once review is complete, comment and tag Petar and Benedikt to approve and merge
For more details, see the documentation.
Merge request reports
Activity
marked the checklist item Copy and paste code into AIMS Frontend. Check the form using under the
button. Does everything render correctly and do all the fields work? as completed
marked the checklist item If the base URL (line one in
index.ttl
) contains the GUID such ashttps://purl.org/coscine/ap/{GUID}/
, modify this to contain the name of the profile and, if required, the grouping:https://purl.org/coscine/ap/{profileName}/
orhttps://purl.org/coscine/ap/{group}/{profileName}/
as completed@petar.hristov I am able to see this profile in d-sp10 but it does not show the fields and gives a 404 error.
I tried again this morning and the trace id is 0HN910CBMO146:0000001C
Edited by Catherine Gonzalez- profiles/preclinical-imaging/v5/index.ttl 0 → 100644
1 @prefix dcterms: <http://purl.org/dc/terms/> . You're missing
@base <...>
in the beginning of the file.That seems to be the cause of https://git.rwth-aachen.de/coscine/graphs/applicationprofiles/-/jobs/5747534#L27 using
file://
instead of a URLEdited by Petar Hristov
- profiles/preclinical-imaging/v5/index.ttl 0 → 100644
457 ], [sh:datatype xsd:decimal ; 458 sh:description "gemessen in Kilovolt, kV"@de ; 459 sh:description "measured in kilovolts, kV"@en ; 460 sh:name "Röntgenspannung [kV]"@de ; 461 sh:name "Xray voltage [kV]"@en ; 462 sh:order 67 ; 463 sh:path <http://purl.obolibrary.org/obo/NCIT_C70813> ; 464 ], [sh:datatype xsd:string ; 465 sh:name "Creator"@en, "Ersteller"@de ; 466 sh:order 1 ; 467 sh:path <http://purl.obolibrary.org/obo/NCIT_C42628> ; 468 sh:minCount 1 ; 469 sh:maxCount 1 ; 470 ] . 471 472 <https://purl.org/coscine/entities/graph#deployed> <https://purl.org/coscine/terms/deployed#version> "3B-E7-CD-89-AC-B3-64-22-C1-10-7C-C7-C3-FA-AB-93-13-A9-87-CA-24-06-EA-B7-B3-41-6D-FF-32-D7-D7-D1" . changed this line in version 2 of the diff
mentioned in commit 7b0cfa33