Merge request for new application profile: IoP Process Mining Event Daten Beta
Merge request created by Soo-Yon, soo-yon.kim@rwth-aachen.de, created at 04.06.2024 14:02:43
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
added 1 commit
- f725edc5 - bring back triple quotes for the multiline strings
added 1 commit
- 1f426fb0 - bring back another triple quotes for the multiline strings
90 sh:path schema:fileFormat ; 91 sh:maxCount 1 ; 92 sh:class <https://www.iana.org/assignments/media-types/>], 93 [sh:minCount 0 ; 94 sh:name "Reference to Publication"@en ; 95 sh:name "Verweis auf Publikation"@de ; 96 sh:order 16 ; 97 sh:path schema:citation ; 98 sh:datatype xsd:string], 99 [sh:description "Falls keiner der genannten Standards."@de ; 100 sh:description "If none of the aforementioned standards."@en ; 101 sh:minCount 0 ; 102 sh:name "Event DataStandard (Other)"@en ; 103 sh:name "Event Daten Standard (Weitere)"@de ; 104 sh:order 13 ; 105 sh:path dcterms:conformsTo ; Hi @soo-yon! Metadata field "Event DataStandard (Other)" has the same Term IRI as "Event Data Standard". Coscine doesn't support such a functionality. Please provide another link to this field or we could use a custom term in this case.
changed this line in version 7 of the diff
73 sh:datatype xsd:string ; 74 sh:maxCount 1 ; 75 dash:singleLine true], 76 [sh:minCount 0 ; 77 sh:name "Contributor"@de ; 78 sh:name "Contributor"@en ; 79 sh:order 15 ; 80 sh:path dc11:contributor ; 81 sh:datatype xsd:string], 82 [sh:description """Data format according to IANA. 83 (.xes is actually a xml file.)"""@en ; 84 sh:description """Dateiformat gemäß des IANA. 85 (XES-Dateien sind XML Dateien)"""@de ; 86 sh:minCount 0 ; 87 sh:name "Dateiformat"@de ; 88 sh:name "File Format"@en ; Dear @soo-yon, the field in German is titled "Dateiformat" and the description states "Data format according to IANA." However, the English title is "File Format." Shouldn't it be "Data Format" instead?
changed this line in version 10 of the diff
added 1 commit
- 4c7198cf - changed path for "Event DataStandard (Other)" field
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
added 9 commits
-
6bbfa51b...dd6ec13f - 8 commits from branch
master
- 47918cdb - Merge remote-tracking branch 'origin/master' into Request/9b68ff49-cb8b-4f0d-9750-155985901c4a
-
6bbfa51b...dd6ec13f - 8 commits from branch
added Deployed to D-SP10 ✔ label
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