Skip to content

Commit

Permalink
Place ResearchContributor as a demo into derived-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Mar 30, 2024
1 parent b0afa5e commit bb68cae
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 25 deletions.
7 changes: 1 addition & 6 deletions src/derived-example/unreleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,11 @@ imports:
- dlco:s/distribution/unreleased

classes:
DExResearchContributor:
ResearchContributor:
class_uri: dex:ResearchContributor
is_a: Person
description: >-
A person that has or could contribute to some research in any capacity.
slots:
- affiliation
slot_usage:
affiliation:
multivalued: true
DExDistribution:
class_uri: dex:ExDistribution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"schema_agency": "https://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Allison Horst",
"same_as": [
"https://orcid.org/0000-0002-6047-5564"
Expand All @@ -180,7 +180,7 @@
"schema_agency": "https://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Allison Hill",
"email": "[email protected]",
"affiliation": [
Expand All @@ -195,7 +195,7 @@
"schema_agency": "https://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Kirsten Gorman",
"email": "[email protected]",
"affiliation": [
Expand Down
16 changes: 8 additions & 8 deletions src/derived-example/unreleased/examples/Publication-std.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Adina S. Wagner",
"email": "[email protected]",
"affiliation": [
Expand All @@ -309,7 +309,7 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Laura K. Waite",
"affiliation": [
"https://ror.org/02nv7yv05"
Expand All @@ -323,7 +323,7 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Małgorzata Wierzba",
"affiliation": [
"https://ror.org/04waf7p94"
Expand All @@ -337,7 +337,7 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Felix Hoffstaedter",
"affiliation": [
"https://ror.org/02nv7yv05"
Expand All @@ -351,7 +351,7 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Alexander Q. Waite",
"affiliation": [
"https://ror.org/02nv7yv05"
Expand All @@ -365,15 +365,15 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Benjamin Poldrack",
"affiliation": [
"https://ror.org/02nv7yv05"
]
},
{
"id": "https://www.nature.com/articles/s41597-022-01163-2#auth-Simon_B_-Eickhoff-Aff1-Aff3",
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Simon B. Eickhoff",
"same_as": [
"https://scholar.google.com/citations?user=wjpISMAAAAAJ"
Expand All @@ -391,7 +391,7 @@
"schema_agency": "http://orcid.org"
}
],
"meta_type": "dldist:ResearchContributor",
"meta_type": "dldist:Person",
"name": "Michael Hanke",
"affiliation": [
"https://ror.org/02nv7yv05",
Expand Down
12 changes: 6 additions & 6 deletions src/distribution/unreleased/examples/Distribution-penguins.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@
"same_as": [
"https://orcid.org/0000-0002-6047-5564"
],
"email": "[email protected]",
"affiliation": [
"exthisds:#UCSB"
]
],
"email": "[email protected]"
},
{
"id": "exthisds:#ahill",
Expand All @@ -182,10 +182,10 @@
],
"meta_type": "dldist:Person",
"name": "Allison Hill",
"email": "[email protected]",
"affiliation": [
"exthisds:#Rstudio"
]
],
"email": "[email protected]"
},
{
"id": "exthisds:#kgorman",
Expand All @@ -197,10 +197,10 @@
],
"meta_type": "dldist:Person",
"name": "Kirsten Gorman",
"email": "[email protected]",
"affiliation": [
"https://ror.org/01j7nq853"
]
],
"email": "[email protected]"
},
{
"id": "exthisds:#UCSB",
Expand Down
4 changes: 2 additions & 2 deletions src/distribution/unreleased/examples/Publication-std.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,10 @@
],
"meta_type": "dldist:Person",
"name": "Adina S. Wagner",
"email": "[email protected]",
"affiliation": [
"https://ror.org/02nv7yv05"
]
],
"email": "[email protected]"
},
{
"id": "http://orcid.org/0000-0003-2213-7465",
Expand Down

0 comments on commit bb68cae

Please sign in to comment.