Skip to content

Commit

Permalink
Merge re-generated project files
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Dec 4, 2024
1 parent a46eaf7 commit d859826
Show file tree
Hide file tree
Showing 13 changed files with 524 additions and 518 deletions.
Binary file modified project/excel/pid4cat_model.xlsx
Binary file not shown.
9 changes: 4 additions & 5 deletions project/graphql/pid4cat_model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
type Agent
{
name: String
contactInformation: String
personOrcid: String
email: String
orcid: String
affiliationRor: String
role: PID4CatAgentRole
}
Expand All @@ -26,10 +26,9 @@ type PID4CatRecord
id: Uriorcurie!
landingPageUrl: String
status: PID4CatStatus
recordVersion: String
pidSchemaVersion: String
dcRights: String
curationContact: String
license: String
curationContactEmail: String
resourceInfo: ResourceInfo
relatedIdentifiers: [PID4CatRelation]
changeLog: [LogRecord]!
Expand Down
21 changes: 9 additions & 12 deletions project/jsonld/pid4cat_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-05-08T00:12:41",
"generation_date": "2024-12-05T00:27:03",
"source": "pid4cat_model.yaml"
},
"@context": {
Expand Down Expand Up @@ -29,25 +29,22 @@
},
"@id": "schema:identifier"
},
"contact_information": {
"@id": "schema:email"
},
"contains_pids": {
"@type": "@id",
"@id": "contains_pids"
},
"curation_contact": {
"curation_contact_email": {
"@id": "schema:email"
},
"datetime_log": {
"@id": "schema:DateTime"
},
"dc_rights": {
"@id": "schema:license"
},
"description": {
"@id": "schema:description"
},
"email": {
"@id": "schema:email"
},
"has_agent": {
"@type": "@id",
"@id": "schema:Agent"
Expand All @@ -59,10 +56,13 @@
"landing_page_url": {
"@id": "schema:url"
},
"license": {
"@id": "schema:license"
},
"name": {
"@id": "schema:name"
},
"person_orcid": {
"orcid": {
"@id": "schema:identifier"
},
"pid_schema_version": {
Expand All @@ -74,9 +74,6 @@
"rdf_url": {
"@id": "schema:additionalType"
},
"record_version": {
"@id": "schema:identifier"
},
"related_identifier": {
"@id": "schema:identifier"
},
Expand Down
Loading

0 comments on commit d859826

Please sign in to comment.