-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PIDINST_Identifier, link with Resource (#26)
- Loading branch information
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# The PIDINST datatype | ||
|
||
## Definition | ||
The datatype that represents the [PIDINST Identifiers](https://www.pidinst.org/). | ||
|
||
## Specialization of | ||
[DOI ID](../datatypes/DOI_ID.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# PIDINST Identifier | ||
|
||
## Definition | ||
A PIDINST<sup>[1](#fn1)</sup> identifier assigned to a [Resource](../entities/Resource.md), usually an instrument. | ||
|
||
## Specialization of | ||
[Resource Identifier](../entities/Resource_Identifier.md) | ||
|
||
## Attributes | ||
Besides those of [Resource Identifier](../entities/Resource_Identifier.md): | ||
|
||
PIDINST ID : [PIDINST ID Type](../datatypes/PIDINST_ID.md) | ||
|
||
## Relationships | ||
None besides those of [Resource Identifier](../entities/Resource_Identifier.md). | ||
|
||
--- | ||
## References | ||
<a name="fn1">\[1\]</a> Persistent Identifiers of Instruments, https://www.pidinst.org/ |