Merge branch 'dump' of code-repo.d4science.org:miriam.baglioni/dnet-hadoop into dump

This commit is contained in:
Miriam Baglioni 2020-11-04 13:21:11 +01:00
commit 0cac5436ff
4 changed files with 42 additions and 45 deletions

View File

@ -4,11 +4,11 @@
"properties": { "properties": {
"description": { "description": {
"type": "string", "type": "string",
"description": "Description of the research community/ research infrastructure" "description": "Description of the research community/research infrastructure"
}, },
"id": { "id": {
"type": "string", "type": "string",
"description": "OpenAIRE id of the research community/ research infrastructure" "description": "OpenAIRE id of the research community/research infrastructure"
}, },
"name": { "name": {
"type": "string", "type": "string",
@ -19,20 +19,19 @@
"description": "The acronym of the community" "description": "The acronym of the community"
}, },
"subject": { "subject": {
"description": "Description of subject", "description": "Only for research communities: the list of the subjects associated to the research community",
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string"
"description": "Only for research communities: the list of the subjects associated to the research community"
} }
}, },
"type": { "type": {
"type": "string", "type": "string",
"description": "The type of the record (research community/research infrastructure)" "description": "One of {Research Community, Research infrastructure}"
}, },
"zenodo_community": { "zenodo_community": {
"type": "string", "type": "string",
"description": "The id of the Zenodo communities associated to the research community/Research infrastructure" "description": "The URL of the Zenodo community associated to the Research community/Research infrastructure"
} }
} }
} }

View File

@ -18,26 +18,26 @@
"properties": { "properties": {
"accessrights": { "accessrights": {
"type": "string", "type": "string",
"description": "The database access type: {open, restricted or closed}" "description": "Type of access to the data source, as defined by re3data.org. Possible values: {open, restricted, closed}"
}, },
"certificates": { "certificates": {
"type": "string", "type": "string",
"description": "Description of certificates" "description": "The certificate, seal or standard the data source complies with. As defined by re3data.org."
}, },
"citationguidelineurl": { "citationguidelineurl": {
"type": "string" "type": "string",
"description":"The URL of the data source providing information on how to cite its items. As defined by re3data.org."
}, },
"contenttypes": { "contenttypes": {
"description": "OpenDoar specific fileds ", "description": "Types of content in the data source, as defined by OpenDOAR",
"type": "array", "type": "array",
"items": { "items": {
"type": "string", "type": "string"
"description": "Description of contenttypes"
} }
}, },
"databaseaccessrestriction": { "databaseaccessrestriction": {
"type": "string", "type": "string",
"description": "One of {feeRequired, registration, other}" "description": "Access restrinctions to the data source, as defined by re3data.org. One of {feeRequired, registration, other}"
}, },
"datasourcetype": { "datasourcetype": {
"allOf": [ "allOf": [
@ -51,7 +51,7 @@
}, },
"datauploadrestriction": { "datauploadrestriction": {
"type": "string", "type": "string",
"description": "One of {feeRequired, registration, other}" "description": "Upload restrictions applied by the datasource, as defined by re3data.org. One of {feeRequired, registration, other}"
}, },
"dateofvalidation": { "dateofvalidation": {
"type": "string", "type": "string",
@ -66,7 +66,7 @@
}, },
"id": { "id": {
"type": "string", "type": "string",
"description": "The OpenAIRE id of the resource" "description": "The OpenAIRE id of the data source"
}, },
"journal": { "journal": {
"type": "object", "type": "object",
@ -78,15 +78,15 @@
"type": "string" "type": "string"
}, },
"edition": { "edition": {
"type": "string", "type": "string"
"description": "Edition of the journal or conference proceeding"
}, },
"ep": { "ep": {
"type": "string", "type": "string",
"description": "End page" "description": "End page"
}, },
"iss": { "iss": {
"type": "string" "type": "string",
"description": "Issue number"
}, },
"issnLinking": { "issnLinking": {
"type": "string" "type": "string"
@ -98,21 +98,21 @@
"type": "string" "type": "string"
}, },
"name": { "name": {
"type": "string", "type": "string"
"description": "Name of the journal or conference"
}, },
"sp": { "sp": {
"type": "string", "type": "string",
"description": "Start page" "description": "Start page"
}, },
"vol": { "vol": {
"type": "string" "type": "string",
"description": "Volume"
} }
}, },
"description": "Description of journal" "description": "Information about the journal, if this data source is of type Journal."
}, },
"languages": { "languages": {
"description": "OpenDOAR specific field", "description": "The languages present in the data source's content, as defined by OpenDOAR.",
"type": "array", "type": "array",
"items": { "items": {
"type": "string" "type": "string"
@ -122,7 +122,8 @@
"type": "string" "type": "string"
}, },
"missionstatementurl": { "missionstatementurl": {
"type": "string" "type": "string",
"description":"The URL of a mission statement describing the designated community of the data source. As defined by re3data.org"
}, },
"officialname": { "officialname": {
"type": "string", "type": "string",
@ -130,7 +131,7 @@
}, },
"openairecompatibility": { "openairecompatibility": {
"type": "string", "type": "string",
"description": "Information about the OpenAIRE compatibility of the ingested results (which guidelines they are compliant to)" "description": "OpenAIRE guidelines the data source comply with. See also https://guidelines.openaire.eu."
}, },
"originalId": { "originalId": {
"description": "Original identifiers for the datasource" "description": "Original identifiers for the datasource"
@ -140,37 +141,34 @@
} }
}, },
"pid": { "pid": {
"description": "Persistent identifiers for the datasource", "description": "Persistent identifiers of the datasource",
"type": "array", "type": "array",
"items": { "items": {
"allOf": [ "allOf": [
{ {
"$ref": "#/definitions/ControlledField" "$ref": "#/definitions/ControlledField"
},
{
"description": "Description of pid"
} }
] ]
} }
}, },
"pidsystems": { "pidsystems": {
"type": "string", "type": "string",
"description": "Description of pidsystems" "description": "The persistent identifier system that is used by the data source. As defined by re3data.org"
}, },
"policies": { "policies": {
"description": "Description of policies", "description": "Policies of the data source, as defined in OpenDOAR.",
"type": "array", "type": "array",
"items": { "items": {
"description": "Description of policies" "type": "string"
} }
}, },
"releaseenddate": { "releaseenddate": {
"type": "string", "type": "string",
"description": "Description of releaseenddate" "description": "Date when the data source went offline or stopped ingesting new research data. As defined by re3data.org"
}, },
"releasestartdate": { "releasestartdate": {
"type": "string", "type": "string",
"description": "Description of releasestartdate" "description": "Releasing date of the data source, as defined by re3data.org"
}, },
"subjects": { "subjects": {
"description": "List of subjects associated to the datasource", "description": "List of subjects associated to the datasource",
@ -181,11 +179,11 @@
}, },
"uploadrights": { "uploadrights": {
"type": "string", "type": "string",
"description": "One of {open, restricted or closed}" "description": "Type of data upload. As defined by re3data.org: one of {open, restricted,closed}"
}, },
"versioning": { "versioning": {
"type": "boolean", "type": "boolean",
"description": "Description of versioning" "description": "As defined by redata.org: 'yes' if the data source supports versioning, 'no' otherwise."
}, },
"websiteurl": { "websiteurl": {
"type": "string" "type": "string"

View File

@ -10,7 +10,7 @@
}, },
"code": { "code": {
"type": "string", "type": "string",
"description": "The grant agreement" "description": "The grant agreement number"
}, },
"enddate": { "enddate": {
"type": "string" "type": "string"
@ -54,7 +54,7 @@
"properties": { "properties": {
"currency": { "currency": {
"type": "string", "type": "string",
"description": "The currency of the granted amount" "description": "The currency of the granted amount (e.g. EUR)"
}, },
"fundedamount": { "fundedamount": {
"type": "number", "type": "number",
@ -62,13 +62,13 @@
}, },
"totalcost": { "totalcost": {
"type": "number", "type": "number",
"description": "The total cost" "description": "The total cost of the project"
} }
}, },
"description": "The funded amount for the project" "description": "The money granted to the project"
}, },
"h2020programme": { "h2020programme": {
"description": "The h2020 programme the project is funded under", "description": "The h2020 programme funding the project",
"type": "array", "type": "array",
"items": { "items": {
"type": "object", "type": "object",

View File

@ -26,7 +26,7 @@
}, },
"trust": { "trust": {
"type": "string", "type": "string",
"description": "The trust of the relation" "description": "The trust of the relation in the range of [0,1]. Where greater the number, more the trust. Harvested relationships have typically a high trust (0.9). The trust of inferred relationship is calculated by the inference algorithm that generated them, as described in https://graph.openaire.eu/about#architecture (Enrichment --> Mining)"
} }
} }
}, },
@ -35,14 +35,14 @@
"properties": { "properties": {
"name": { "name": {
"type": "string", "type": "string",
"description": "the semantics of the relation (i.e. isAuthorInstitutionOf)" "description": "The semantics of the relation (i.e. isAuthorInstitutionOf). "
}, },
"type": { "type": {
"type": "string", "type": "string",
"description": "the type of the relation (i.e. affiliation)" "description": "the type of the relation (i.e. affiliation)"
} }
}, },
"description": "To represent the semantics of the generic relation between two entities" "description": "To represent the semantics of a relation between two entities"
}, },
"source": { "source": {
"allOf": [ "allOf": [