Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PID Record Migrator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
scripts
PID Record Migrator
Commits
2239bb33
Commit
2239bb33
authored
1 year ago
by
Sirieam Marie Hunke
Browse files
Options
Downloads
Patches
Plain Diff
docu
parent
ac9eadfb
No related branches found
No related tags found
1 merge request
!1
New: Script for update the existing pids
Pipeline
#1252124
passed
1 year ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/PID Record Migrator/PidHandles.cs
+21
-1
21 additions, 1 deletion
src/PID Record Migrator/PidHandles.cs
with
21 additions
and
1 deletion
src/PID Record Migrator/PidHandles.cs
+
21
−
1
View file @
2239bb33
...
@@ -2,18 +2,38 @@
...
@@ -2,18 +2,38 @@
/// <summary>
/// <summary>
/// Contains Handles relevant to the Coscine PID Record.
/// Contains Handles relevant to the Coscine PID Record.
/// All values are entries in the DTR:https://dtr-test.pidconsortium.eu/#objects/21.T11148/8882327b7c25331e3cdd
/// </summary>
/// </summary>
public
static
class
PidHandles
public
static
class
PidHandles
{
{
// The general handle of the Kernel Information Profile type
public
static
readonly
string
KernelInformationProfileHandle
=
"21.T11148/076759916209e5d62bd5"
;
public
static
readonly
string
KernelInformationProfileHandle
=
"21.T11148/076759916209e5d62bd5"
;
// The handle of the Coscine Kernel Information Profile type
public
static
readonly
string
CoscineKernelInformationProfileHandle
=
"21.T11148/8882327b7c25331e3cdd"
;
public
static
readonly
string
CoscineKernelInformationProfileHandle
=
"21.T11148/8882327b7c25331e3cdd"
;
// The handle of the date created type
public
static
readonly
string
DateCreatedHandle
=
"21.T11148/aafd5fb4c7222e2d950a"
;
public
static
readonly
string
DateCreatedHandle
=
"21.T11148/aafd5fb4c7222e2d950a"
;
// The handle of the digital object location type
public
static
readonly
string
DigitalObjectLocationHandle
=
"21.T11148/b8457812905b83046284"
;
public
static
readonly
string
DigitalObjectLocationHandle
=
"21.T11148/b8457812905b83046284"
;
// The handle of the digital object type
public
static
readonly
string
DigitalObjectTypeHandle
=
"21.T11148/1c699a5d1b4ad3ba4956"
;
public
static
readonly
string
DigitalObjectTypeHandle
=
"21.T11148/1c699a5d1b4ad3ba4956"
;
// The handle of the digital object value: resource
// DTR entry: https://dtr-test.pidconsortium.eu/#objects/21.T11148/12aad485b74d04f584c1
public
static
readonly
string
DigitalObjectTypeResourceHandle
=
"21.T11148/12aad485b74d04f584c1"
;
public
static
readonly
string
DigitalObjectTypeResourceHandle
=
"21.T11148/12aad485b74d04f584c1"
;
// The handle of the digital object value: project
// DTR entry: https://dtr-test.pidconsortium.eu/#objects/21.T11148/0f13b0a83bd926fe269f
public
static
readonly
string
DigitalObjectTypeProjectHandle
=
"21.T11148/0f13b0a83bd926fe269f"
;
public
static
readonly
string
DigitalObjectTypeProjectHandle
=
"21.T11148/0f13b0a83bd926fe269f"
;
// The handle of the license type
public
static
readonly
string
LicenseHandle
=
"21.T11148/2f314c8fe5fb6a0063a8"
;
public
static
readonly
string
LicenseHandle
=
"21.T11148/2f314c8fe5fb6a0063a8"
;
// The handle of the contact type
public
static
readonly
string
ContactHandle
=
"21.T11148/1a73af9e7ae00182733b"
;
public
static
readonly
string
ContactHandle
=
"21.T11148/1a73af9e7ae00182733b"
;
// The handle of the topic type
public
static
readonly
string
TopicHandle
=
"21.T11148/b415e16fbe4ca40f2270"
;
public
static
readonly
string
TopicHandle
=
"21.T11148/b415e16fbe4ca40f2270"
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment