|
1923 | 1923 | "@type": "SlotDefinition" |
1924 | 1924 | }, |
1925 | 1925 | { |
1926 | | - "name": "datasetCollection__resources", |
1927 | | - "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema", |
| 1926 | + "name": "resources", |
| 1927 | + "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
| 1928 | + "description": "Sub-resources or component datasets. Used in DatasetCollection to contain Dataset objects, and in Dataset to allow nested resource structures.", |
| 1929 | + "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
1928 | 1930 | "slot_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
1929 | | - "alias": "resources", |
1930 | | - "owner": "DatasetCollection", |
| 1931 | + "owner": "Dataset", |
1931 | 1932 | "domain_of": [ |
1932 | | - "DatasetCollection" |
| 1933 | + "DatasetCollection", |
| 1934 | + "Dataset" |
1933 | 1935 | ], |
1934 | 1936 | "range": "Dataset", |
1935 | 1937 | "multivalued": true, |
1936 | | - "inlined": true, |
1937 | | - "inlined_as_list": true, |
1938 | 1938 | "@type": "SlotDefinition" |
1939 | 1939 | }, |
1940 | 1940 | { |
|
2756 | 2756 | "inlined_as_list": true, |
2757 | 2757 | "@type": "SlotDefinition" |
2758 | 2758 | }, |
2759 | | - { |
2760 | | - "name": "dataset__resources", |
2761 | | - "description": "Sub-resources or component datasets that are part of this dataset. Allows datasets to contain nested resource structures.", |
2762 | | - "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema", |
2763 | | - "slot_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
2764 | | - "alias": "resources", |
2765 | | - "owner": "Dataset", |
2766 | | - "domain_of": [ |
2767 | | - "Dataset" |
2768 | | - ], |
2769 | | - "range": "Dataset", |
2770 | | - "multivalued": true, |
2771 | | - "inlined": true, |
2772 | | - "inlined_as_list": true, |
2773 | | - "@type": "SlotDefinition" |
2774 | | - }, |
2775 | 2759 | { |
2776 | 2760 | "name": "dataSubset__is_data_split", |
2777 | 2761 | "description": "Is this subset a split of the larger dataset, e.g., is it a set for model training, testing, or validation?", |
|
5459 | 5443 | "multivalued": true, |
5460 | 5444 | "@type": "SlotDefinition" |
5461 | 5445 | }, |
| 5446 | + { |
| 5447 | + "name": "DatasetCollection_resources", |
| 5448 | + "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
| 5449 | + "description": "Sub-resources or component datasets. Used in DatasetCollection to contain Dataset objects, and in Dataset to allow nested resource structures.", |
| 5450 | + "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
| 5451 | + "is_a": "resources", |
| 5452 | + "domain": "DatasetCollection", |
| 5453 | + "slot_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
| 5454 | + "alias": "resources", |
| 5455 | + "owner": "DatasetCollection", |
| 5456 | + "domain_of": [ |
| 5457 | + "DatasetCollection" |
| 5458 | + ], |
| 5459 | + "is_usage_slot": true, |
| 5460 | + "usage_slot_name": "resources", |
| 5461 | + "range": "Dataset", |
| 5462 | + "multivalued": true, |
| 5463 | + "inlined": true, |
| 5464 | + "inlined_as_list": true, |
| 5465 | + "@type": "SlotDefinition" |
| 5466 | + }, |
5462 | 5467 | { |
5463 | 5468 | "name": "Dataset_external_resources", |
5464 | 5469 | "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/external_resources", |
|
5483 | 5488 | "inlined_as_list": true, |
5484 | 5489 | "@type": "SlotDefinition" |
5485 | 5490 | }, |
| 5491 | + { |
| 5492 | + "name": "Dataset_resources", |
| 5493 | + "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
| 5494 | + "description": "Sub-resources or component datasets that are part of this dataset. Allows datasets to contain nested resource structures.", |
| 5495 | + "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/base", |
| 5496 | + "is_a": "resources", |
| 5497 | + "domain": "Dataset", |
| 5498 | + "slot_uri": "https://w3id.org/bridge2ai/data-sheets-schema/resources", |
| 5499 | + "alias": "resources", |
| 5500 | + "owner": "Dataset", |
| 5501 | + "domain_of": [ |
| 5502 | + "Dataset" |
| 5503 | + ], |
| 5504 | + "is_usage_slot": true, |
| 5505 | + "usage_slot_name": "resources", |
| 5506 | + "range": "Dataset", |
| 5507 | + "multivalued": true, |
| 5508 | + "inlined": true, |
| 5509 | + "inlined_as_list": true, |
| 5510 | + "@type": "SlotDefinition" |
| 5511 | + }, |
5486 | 5512 | { |
5487 | 5513 | "name": "ExternalResource_external_resources", |
5488 | 5514 | "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/external_resources", |
|
5548 | 5574 | "title", |
5549 | 5575 | "version", |
5550 | 5576 | "was_derived_from", |
5551 | | - "datasetCollection__resources" |
| 5577 | + "DatasetCollection_resources" |
5552 | 5578 | ], |
5553 | 5579 | "slot_usage": {}, |
5554 | | - "attributes": [ |
5555 | | - { |
5556 | | - "name": "resources", |
5557 | | - "range": "Dataset", |
5558 | | - "multivalued": true, |
5559 | | - "inlined_as_list": true, |
5560 | | - "@type": "SlotDefinition" |
5561 | | - } |
5562 | | - ], |
5563 | 5580 | "class_uri": "https://w3id.org/bridge2ai/data-sheets-schema/DatasetCollection", |
5564 | 5581 | "tree_root": true, |
5565 | 5582 | "@type": "ClassDefinition" |
|
5615 | 5632 | "path", |
5616 | 5633 | "sha256", |
5617 | 5634 | "Dataset_external_resources", |
| 5635 | + "Dataset_resources", |
5618 | 5636 | "dataset__purposes", |
5619 | 5637 | "dataset__tasks", |
5620 | 5638 | "dataset__addressing_gaps", |
|
5668 | 5686 | "dataset__is_tabular", |
5669 | 5687 | "dataset__citation", |
5670 | 5688 | "dataset__parent_datasets", |
5671 | | - "dataset__related_datasets", |
5672 | | - "dataset__resources" |
| 5689 | + "dataset__related_datasets" |
5673 | 5690 | ], |
5674 | 5691 | "slot_usage": {}, |
5675 | 5692 | "attributes": [ |
|
6064 | 6081 | "multivalued": true, |
6065 | 6082 | "inlined_as_list": true, |
6066 | 6083 | "@type": "SlotDefinition" |
6067 | | - }, |
6068 | | - { |
6069 | | - "name": "resources", |
6070 | | - "description": "Sub-resources or component datasets that are part of this dataset. Allows datasets to contain nested resource structures.", |
6071 | | - "range": "Dataset", |
6072 | | - "multivalued": true, |
6073 | | - "inlined_as_list": true, |
6074 | | - "@type": "SlotDefinition" |
6075 | 6084 | } |
6076 | 6085 | ], |
6077 | 6086 | "class_uri": "http://www.w3.org/ns/dcat#Distribution", |
|
6117 | 6126 | "path", |
6118 | 6127 | "sha256", |
6119 | 6128 | "Dataset_external_resources", |
| 6129 | + "Dataset_resources", |
6120 | 6130 | "dataset__purposes", |
6121 | 6131 | "dataset__tasks", |
6122 | 6132 | "dataset__addressing_gaps", |
|
6171 | 6181 | "dataset__citation", |
6172 | 6182 | "dataset__parent_datasets", |
6173 | 6183 | "dataset__related_datasets", |
6174 | | - "dataset__resources", |
6175 | 6184 | "dataSubset__is_data_split", |
6176 | 6185 | "dataSubset__is_subpopulation" |
6177 | 6186 | ], |
|
8869 | 8878 | ], |
8870 | 8879 | "metamodel_version": "1.7.0", |
8871 | 8880 | "source_file": "data_sheets_schema.yaml", |
8872 | | - "source_file_date": "2025-12-09T21:41:37", |
8873 | | - "source_file_size": 14165, |
8874 | | - "generation_date": "2025-12-09T21:41:49", |
| 8881 | + "source_file_date": "2025-12-09T21:48:49", |
| 8882 | + "source_file_size": 14114, |
| 8883 | + "generation_date": "2025-12-09T21:49:07", |
8875 | 8884 | "@type": "SchemaDefinition", |
8876 | 8885 | "@context": [ |
8877 | 8886 | "project/jsonld/data_sheets_schema.context.jsonld", |
|
0 commit comments