Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "VT Scientific Publications Repository Schema"

From EGIWiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Template:ScientificPublicationsRepository_menubar}} {{TOC_right}}  
{{Template:ScientificPublicationsRepository_menubar}} {{TOC_right}}  
[[Category:Scientific_Publications_Repository]]
 
== Schema  ==
== Schema  ==


{| width="90%" border="1" cellpadding="1" cellspacing="1"
{| width="90%" border="1" cellpadding="1" cellspacing="1"
|-
|-
! scope="col" | Attribute Name
! scope="col" | Attribute Name  
! scope="col" | Multiplicity
! scope="col" | Multiplicity  
! scope="col" | Description
! scope="col" | Description
|-
|-
Line 13: Line 13:
| URI scheme, linking to persistent identifier (URN, handle, DOI), full text document or human start page. Identifiers should be unique (source: OpenAIRE)
| URI scheme, linking to persistent identifier (URN, handle, DOI), full text document or human start page. Identifiers should be unique (source: OpenAIRE)
|-
|-
! scope="row" | URL
! scope="row" | URL  
| 0..1  
| 0..1  
| URL to a copy of the publication
| URL to a copy of the publication
Line 19: Line 19:
! scope="row" | Type  
! scope="row" | Type  
| 1  
| 1  
| Type of publication (“scientific journal”, “conference proceeding”, “thesis” and “other”) http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-Publicationtypes  
| Type of publication (“scientific journal”, “conference proceeding”, “thesis” and “other”) http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-Publicationtypes
|-
|-
! scope="row" | Title  
! scope="row" | Title  
Line 25: Line 25:
| Title of the publication
| Title of the publication
|-
|-
! scope="row" | BookTitle
! scope="row" | BookTitle  
| 0..1  
| 0..1  
| Title of the book containing this publication (if any)
| Title of the book containing this publication (if any)
Line 33: Line 33:
| Last name, first name(s), affiliation
| Last name, first name(s), affiliation
|-
|-
! scope="row" | Date of Publication
! scope="row" | Date of Publication  
| 0..1  
| 0..1  
| Date | ISO 8601 W3C-DTF (source: OpenAIRE)
| Date | ISO 8601 W3C-DTF (source: OpenAIRE)
|-
|-
! scope="row" | MainSubject
! scope="row" | MainSubject  
| 1  
| 1  
| http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-ClassificationSchemes (or http://www.mii.lt/support/matematika/straipsniai/str/GlanzelClassification.pdf050529966.pdf or http://www.acm.org/about/class/1998)
| http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-ClassificationSchemes (or http://www.mii.lt/support/matematika/straipsniai/str/GlanzelClassification.pdf050529966.pdf or http://www.acm.org/about/class/1998)
|-
|-
! scope="row" | OtherSubject
! scope="row" | OtherSubject  
| 0..1  
| 0..1  
| See main subject
| See main subject
|-
|-
! scope="row" | AccessRights
! scope="row" | AccessRights  
| 1  
| 1  
| http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-AccessRights
| http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-AccessRights
|-
|-
! scope="row" | ImpactFactor
! scope="row" | ImpactFactor  
| 0..1  
| 0..1  
|  
|  
|-
|-
! scope="row" | Language
! scope="row" | Language  
| 0..1  
| 0..1  
| ISO 639-3 (http://en.wikipedia.org/wiki/ISO_639-3) (source: OpenAIRE)
| ISO 639-3 (http://en.wikipedia.org/wiki/ISO_639-3) (source: OpenAIRE)
|-
|-
! scope="row" | Group
! scope="row" | Group  
| 0..*  
| 0..*  
| Name of the virtual organisation or research group through which they author(s) obtained access to the infrastructure
| Name of the virtual organisation or research group through which they author(s) obtained access to the infrastructure
|-
|-
! scope="row" | Infrastructure
! scope="row" | Infrastructure  
| 0..*  
| 0..*  
| Name of the used infrastructures (e.g., EGI, NGI-XY)
| Name of the used infrastructures (e.g., EGI, NGI-XY)
Line 70: Line 70:
|}
|}


<br>  
<br>


<br>
== Resources  ==


<br>
*DRIVER Guidelines: http://www.driver-support.eu/documents/DRIVER_Guidelines_v2_Final_2008-11-13.pdf
*OpenAIRE Data Model: http://www.openaire.eu/component/attachments/download/79
*http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-Tableofcontents


*Identity [1]: URI scheme, linking to persistent identifier (URN, handle, DOI), full text document or human start page. Identifiers should be unique (source: OpenAIRE)
[[Category:Scientific_Publications_Repository]]
*URL [0..1]: URL to a copy of the publication
*Type [1]: type of publication http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-Publicationtypes ( “scientific journal”, “conference proceeding”, “thesis” and “other”)
*Title [1]: Title of the publication
*BookTitle [0..1]: Title of the book containing this publication (if any)
*Author [0..*]: Last name, first name(s), affiliation
*Date of Publication [0..1]: Date | ISO 8601 W3C-DTF (source: OpenAIRE)
*MainSubject [1]: http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-ClassificationSchemes (or http://www.mii.lt/support/matematika/straipsniai/str/GlanzelClassification.pdf050529966.pdf or http://www.acm.org/about/class/1998)
*OtherSubject [0..*]:
*AccessRights http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-AccessRights
*ImpactFactor[0..1]
*Language: ISO 639-3 (http://en.wikipedia.org/wiki/ISO_639-3) (source: OpenAIRE)
*Group: name of the virtual organisation or research group through which they author(s) obtained access to the infrastructure
*Infrastructure [0..*]: name of the used infrastructures (e.g., EGI, NGI-XY)
*Keyword [0..*]
 
== Resources ==
* DRIVER Guidelines: http://www.driver-support.eu/documents/DRIVER_Guidelines_v2_Final_2008-11-13.pdf
* OpenAIRE Data Model: http://www.openaire.eu/component/attachments/download/79
* http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-Tableofcontents

Revision as of 20:14, 16 September 2012

VT Scientific Publications Repository: VT Scientific Publications Repository Tasks Meetings & Actions


Schema

Attribute Name Multiplicity Description
Identity 1 URI scheme, linking to persistent identifier (URN, handle, DOI), full text document or human start page. Identifiers should be unique (source: OpenAIRE)
URL 0..1 URL to a copy of the publication
Type 1 Type of publication (“scientific journal”, “conference proceeding”, “thesis” and “other”) http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-Publicationtypes
Title 1 Title of the publication
BookTitle 0..1 Title of the book containing this publication (if any)
Author 0..* Last name, first name(s), affiliation
Date of Publication 0..1 Date | ISO 8601 W3C-DTF (source: OpenAIRE)
MainSubject 1 http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-ClassificationSchemes (or http://www.mii.lt/support/matematika/straipsniai/str/GlanzelClassification.pdf050529966.pdf or http://www.acm.org/about/class/1998)
OtherSubject 0..1 See main subject
AccessRights 1 http://wiki.surf.nl/display/standards/info-eu-repo#info-eu-repo-AccessRights
ImpactFactor 0..1
Language 0..1 ISO 639-3 (http://en.wikipedia.org/wiki/ISO_639-3) (source: OpenAIRE)
Group 0..* Name of the virtual organisation or research group through which they author(s) obtained access to the infrastructure
Infrastructure 0..* Name of the used infrastructures (e.g., EGI, NGI-XY)
Keyword 0..*


Resources