|
2329 | 2329 | }, |
2330 | 2330 | { |
2331 | 2331 | "name": "person__affiliation", |
2332 | | - "description": "The organization(s) to which the person belongs.", |
| 2332 | + "description": "The organization(s) to which the person belongs in the context of this dataset. May vary across datasets; multivalued to support multiple affiliations.", |
2333 | 2333 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
2334 | 2334 | "mappings": [ |
2335 | 2335 | "http://schema.org/affiliation" |
|
2346 | 2346 | }, |
2347 | 2347 | { |
2348 | 2348 | "name": "person__email", |
2349 | | - "description": "The email address of the person.", |
| 2349 | + "description": "The email address of the person. Represents current/preferred contact information in the context of this dataset.", |
2350 | 2350 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
2351 | 2351 | "mappings": [ |
2352 | 2352 | "http://schema.org/email" |
|
2362 | 2362 | }, |
2363 | 2363 | { |
2364 | 2364 | "name": "person__orcid", |
2365 | | - "description": "ORCID (Open Researcher and Contributor ID) - a persistent digital identifier for researchers. Format: 0000-0000-0000-0000 (16 digits in groups of 4).", |
| 2365 | + "description": "ORCID (Open Researcher and Contributor ID) - a persistent digital identifier for researchers. Format: 0000-0000-0000-0000 (16 digits in groups of 4). Use this for stable cross-dataset identification.", |
2366 | 2366 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
2367 | 2367 | "mappings": [ |
2368 | 2368 | "http://schema.org/identifier" |
|
2380 | 2380 | "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}[0-9X]$", |
2381 | 2381 | "@type": "SlotDefinition" |
2382 | 2382 | }, |
2383 | | - { |
2384 | | - "name": "person__credit_roles", |
2385 | | - "description": "Contributor roles using the CRediT (Contributor Roles Taxonomy). Specifies the specific contributions made by this person to the dataset.", |
2386 | | - "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
2387 | | - "slot_uri": "https://w3id.org/bridge2ai/data-sheets-schema/credit_roles", |
2388 | | - "alias": "credit_roles", |
2389 | | - "owner": "Person", |
2390 | | - "domain_of": [ |
2391 | | - "Person" |
2392 | | - ], |
2393 | | - "range": "CRediTRoleEnum", |
2394 | | - "multivalued": true, |
2395 | | - "@type": "SlotDefinition" |
2396 | | - }, |
2397 | 2383 | { |
2398 | 2384 | "name": "formatDialect__comment_prefix", |
2399 | 2385 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
|
2537 | 2523 | "range": "Organization", |
2538 | 2524 | "@type": "SlotDefinition" |
2539 | 2525 | }, |
| 2526 | + { |
| 2527 | + "name": "creator__credit_roles", |
| 2528 | + "description": "Contributor roles using the CRediT (Contributor Roles Taxonomy) for the principal investigator or creator team. Specifies the specific contributions made to this dataset (e.g., Conceptualization, Data Curation, Methodology). Note: roles are specified here rather than on Person directly, since the same person may have different roles across different datasets.", |
| 2529 | + "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/motivation", |
| 2530 | + "slot_uri": "https://w3id.org/bridge2ai/data-sheets-schema/motivation#credit_roles", |
| 2531 | + "alias": "credit_roles", |
| 2532 | + "owner": "Creator", |
| 2533 | + "domain_of": [ |
| 2534 | + "Creator" |
| 2535 | + ], |
| 2536 | + "range": "CRediTRoleEnum", |
| 2537 | + "multivalued": true, |
| 2538 | + "@type": "SlotDefinition" |
| 2539 | + }, |
2540 | 2540 | { |
2541 | 2541 | "name": "fundingMechanism__grantor", |
2542 | 2542 | "description": "Name/identifier of the organization providing monetary or resource support.", |
|
5062 | 5062 | { |
5063 | 5063 | "name": "Person", |
5064 | 5064 | "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/Person", |
5065 | | - "description": "An individual human being.", |
| 5065 | + "description": "An individual human being. This class represents a person in the context of a specific dataset. Attributes like affiliation and email represent the person's current or most relevant contact information for this dataset. For stable cross-dataset identification, use the ORCID field. Note that contributor roles (CRediT) are specified in the usage context (e.g., Creator class) rather than on the Person directly, since roles vary by dataset.", |
5066 | 5066 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
5067 | 5067 | "mappings": [ |
5068 | 5068 | "schema:Person" |
|
5077 | 5077 | "namedThing__description", |
5078 | 5078 | "person__affiliation", |
5079 | 5079 | "person__email", |
5080 | | - "person__orcid", |
5081 | | - "person__credit_roles" |
| 5080 | + "person__orcid" |
5082 | 5081 | ], |
5083 | 5082 | "slot_usage": {}, |
5084 | 5083 | "attributes": [ |
5085 | 5084 | { |
5086 | 5085 | "name": "affiliation", |
5087 | | - "description": "The organization(s) to which the person belongs.", |
| 5086 | + "description": "The organization(s) to which the person belongs in the context of this dataset. May vary across datasets; multivalued to support multiple affiliations.", |
5088 | 5087 | "slot_uri": "schema:affiliation", |
5089 | 5088 | "range": "Organization", |
5090 | 5089 | "multivalued": true, |
5091 | 5090 | "@type": "SlotDefinition" |
5092 | 5091 | }, |
5093 | 5092 | { |
5094 | 5093 | "name": "email", |
5095 | | - "description": "The email address of the person.", |
| 5094 | + "description": "The email address of the person. Represents current/preferred contact information in the context of this dataset.", |
5096 | 5095 | "slot_uri": "schema:email", |
5097 | 5096 | "range": "string", |
5098 | 5097 | "@type": "SlotDefinition" |
5099 | 5098 | }, |
5100 | 5099 | { |
5101 | 5100 | "name": "orcid", |
5102 | | - "description": "ORCID (Open Researcher and Contributor ID) - a persistent digital identifier for researchers. Format: 0000-0000-0000-0000 (16 digits in groups of 4).", |
| 5101 | + "description": "ORCID (Open Researcher and Contributor ID) - a persistent digital identifier for researchers. Format: 0000-0000-0000-0000 (16 digits in groups of 4). Use this for stable cross-dataset identification.", |
5103 | 5102 | "exact_mappings": [ |
5104 | 5103 | "schema:identifier" |
5105 | 5104 | ], |
5106 | 5105 | "slot_uri": "schema:identifier", |
5107 | 5106 | "range": "string", |
5108 | 5107 | "pattern": "^\\d{4}-\\d{4}-\\d{4}-\\d{3}[0-9X]$", |
5109 | 5108 | "@type": "SlotDefinition" |
5110 | | - }, |
5111 | | - { |
5112 | | - "name": "credit_roles", |
5113 | | - "description": "Contributor roles using the CRediT (Contributor Roles Taxonomy). Specifies the specific contributions made by this person to the dataset.", |
5114 | | - "range": "CRediTRoleEnum", |
5115 | | - "multivalued": true, |
5116 | | - "@type": "SlotDefinition" |
5117 | 5109 | } |
5118 | 5110 | ], |
5119 | 5111 | "class_uri": "http://schema.org/Person", |
|
5285 | 5277 | "namedThing__description", |
5286 | 5278 | "datasetProperty__used_software", |
5287 | 5279 | "creator__principal_investigator", |
5288 | | - "creator__affiliation" |
| 5280 | + "creator__affiliation", |
| 5281 | + "creator__credit_roles" |
5289 | 5282 | ], |
5290 | 5283 | "slot_usage": {}, |
5291 | 5284 | "attributes": [ |
|
5305 | 5298 | "slot_uri": "schema:affiliation", |
5306 | 5299 | "range": "Organization", |
5307 | 5300 | "@type": "SlotDefinition" |
| 5301 | + }, |
| 5302 | + { |
| 5303 | + "name": "credit_roles", |
| 5304 | + "description": "Contributor roles using the CRediT (Contributor Roles Taxonomy) for the principal investigator or creator team. Specifies the specific contributions made to this dataset (e.g., Conceptualization, Data Curation, Methodology). Note: roles are specified here rather than on Person directly, since the same person may have different roles across different datasets.", |
| 5305 | + "range": "CRediTRoleEnum", |
| 5306 | + "multivalued": true, |
| 5307 | + "@type": "SlotDefinition" |
5308 | 5308 | } |
5309 | 5309 | ], |
5310 | 5310 | "class_uri": "https://w3id.org/bridge2ai/data-sheets-schema/motivation#Creator", |
|
7225 | 7225 | "source_file": "data_sheets_schema.yaml", |
7226 | 7226 | "source_file_date": "2025-11-18T17:40:41", |
7227 | 7227 | "source_file_size": 9614, |
7228 | | - "generation_date": "2025-11-20T12:15:34", |
| 7228 | + "generation_date": "2025-11-20T12:24:02", |
7229 | 7229 | "@type": "SchemaDefinition", |
7230 | 7230 | "@context": [ |
7231 | 7231 | "project/jsonld/data_sheets_schema.context.jsonld", |
|
0 commit comments