|
1037 | 1037 | } |
1038 | 1038 | ] |
1039 | 1039 | }, |
| 1040 | + { |
| 1041 | + "name": "DataUsePermissionEnum", |
| 1042 | + "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance#DataUsePermissionEnum", |
| 1043 | + "description": "Data use permissions and restrictions based on the Data Use Ontology (DUO). DUO is a standardized ontology for representing data use conditions developed by GA4GH. See https://github.com/EBISPOT/DUO", |
| 1044 | + "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance", |
| 1045 | + "permissible_values": [ |
| 1046 | + { |
| 1047 | + "text": "no_restriction", |
| 1048 | + "description": "No restriction on data use", |
| 1049 | + "meaning": "DUO:0000004" |
| 1050 | + }, |
| 1051 | + { |
| 1052 | + "text": "general_research_use", |
| 1053 | + "description": "Data available for any research purpose (GRU)", |
| 1054 | + "meaning": "DUO:0000042" |
| 1055 | + }, |
| 1056 | + { |
| 1057 | + "text": "health_medical_biomedical_research", |
| 1058 | + "description": "Data limited to health, medical, or biomedical research (HMB)", |
| 1059 | + "meaning": "DUO:0000006" |
| 1060 | + }, |
| 1061 | + { |
| 1062 | + "text": "disease_specific_research", |
| 1063 | + "description": "Data limited to research on specified disease(s) (DS)", |
| 1064 | + "meaning": "DUO:0000007" |
| 1065 | + }, |
| 1066 | + { |
| 1067 | + "text": "population_origins_ancestry_research", |
| 1068 | + "description": "Data limited to population origins or ancestry research (POA)", |
| 1069 | + "meaning": "DUO:0000011" |
| 1070 | + }, |
| 1071 | + { |
| 1072 | + "text": "clinical_care_use", |
| 1073 | + "description": "Data available for clinical care and applications (CC)", |
| 1074 | + "meaning": "DUO:0000043" |
| 1075 | + }, |
| 1076 | + { |
| 1077 | + "text": "no_commercial_use", |
| 1078 | + "description": "Data use limited to non-commercial purposes (NCU)", |
| 1079 | + "meaning": "DUO:0000046" |
| 1080 | + }, |
| 1081 | + { |
| 1082 | + "text": "non_profit_use_only", |
| 1083 | + "description": "Data use limited to not-for-profit organizations (NPU)", |
| 1084 | + "meaning": "DUO:0000045" |
| 1085 | + }, |
| 1086 | + { |
| 1087 | + "text": "non_profit_use_and_non_commercial_use", |
| 1088 | + "description": "Data limited to not-for-profit organizations and non-commercial use (NPUNCU)", |
| 1089 | + "meaning": "DUO:0000018" |
| 1090 | + }, |
| 1091 | + { |
| 1092 | + "text": "no_methods_development", |
| 1093 | + "description": "Data cannot be used for methods or software development (NMDS)", |
| 1094 | + "meaning": "DUO:0000015" |
| 1095 | + }, |
| 1096 | + { |
| 1097 | + "text": "genetic_studies_only", |
| 1098 | + "description": "Data limited to genetic studies only (GSO)", |
| 1099 | + "meaning": "DUO:0000016" |
| 1100 | + }, |
| 1101 | + { |
| 1102 | + "text": "ethics_approval_required", |
| 1103 | + "description": "Ethics approval (e.g., IRB/ERB) required for data use (IRB)", |
| 1104 | + "meaning": "DUO:0000021" |
| 1105 | + }, |
| 1106 | + { |
| 1107 | + "text": "collaboration_required", |
| 1108 | + "description": "Collaboration with primary investigator required (COL)", |
| 1109 | + "meaning": "DUO:0000020" |
| 1110 | + }, |
| 1111 | + { |
| 1112 | + "text": "publication_required", |
| 1113 | + "description": "Results must be published/shared with research community (PUB)", |
| 1114 | + "meaning": "DUO:0000019" |
| 1115 | + }, |
| 1116 | + { |
| 1117 | + "text": "geographic_restriction", |
| 1118 | + "description": "Data use limited to specific geographic region (GS)", |
| 1119 | + "meaning": "DUO:0000022" |
| 1120 | + }, |
| 1121 | + { |
| 1122 | + "text": "institution_specific", |
| 1123 | + "description": "Data use limited to approved institutions (IS)", |
| 1124 | + "meaning": "DUO:0000028" |
| 1125 | + }, |
| 1126 | + { |
| 1127 | + "text": "project_specific", |
| 1128 | + "description": "Data use limited to approved project(s) (PS)", |
| 1129 | + "meaning": "DUO:0000027" |
| 1130 | + }, |
| 1131 | + { |
| 1132 | + "text": "user_specific", |
| 1133 | + "description": "Data use limited to approved users (US)", |
| 1134 | + "meaning": "DUO:0000026" |
| 1135 | + }, |
| 1136 | + { |
| 1137 | + "text": "time_limit", |
| 1138 | + "description": "Data use approved for limited time period (TS)", |
| 1139 | + "meaning": "DUO:0000025" |
| 1140 | + }, |
| 1141 | + { |
| 1142 | + "text": "return_to_database", |
| 1143 | + "description": "Derived data must be returned to database/resource (RTN)", |
| 1144 | + "meaning": "DUO:0000029" |
| 1145 | + }, |
| 1146 | + { |
| 1147 | + "text": "publication_moratorium", |
| 1148 | + "description": "Publication restricted until specified date (MOR)", |
| 1149 | + "meaning": "DUO:0000024" |
| 1150 | + }, |
| 1151 | + { |
| 1152 | + "text": "no_population_ancestry_research", |
| 1153 | + "description": "Population/ancestry research prohibited (NPOA)", |
| 1154 | + "meaning": "DUO:0000044" |
| 1155 | + } |
| 1156 | + ] |
| 1157 | + }, |
1040 | 1158 | { |
1041 | 1159 | "name": "VariableTypeEnum", |
1042 | 1160 | "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/variables#VariableTypeEnum", |
|
4067 | 4185 | "multivalued": true, |
4068 | 4186 | "@type": "SlotDefinition" |
4069 | 4187 | }, |
| 4188 | + { |
| 4189 | + "name": "licenseAndUseTerms__data_use_permission", |
| 4190 | + "description": "Structured data use permissions using the Data Use Ontology (DUO). Specifies permitted uses (e.g., general research, health/medical research, disease-specific research) and restrictions (e.g., non-commercial use, ethics approval required, collaboration required). See https://github.com/EBISPOT/DUO", |
| 4191 | + "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance", |
| 4192 | + "mappings": [ |
| 4193 | + "http://purl.obolibrary.org/obo/DUO_0000001" |
| 4194 | + ], |
| 4195 | + "exact_mappings": [ |
| 4196 | + "http://purl.obolibrary.org/obo/DUO_0000001" |
| 4197 | + ], |
| 4198 | + "slot_uri": "http://purl.obolibrary.org/obo/DUO_0000001", |
| 4199 | + "alias": "data_use_permission", |
| 4200 | + "owner": "LicenseAndUseTerms", |
| 4201 | + "domain_of": [ |
| 4202 | + "LicenseAndUseTerms" |
| 4203 | + ], |
| 4204 | + "range": "DataUsePermissionEnum", |
| 4205 | + "multivalued": true, |
| 4206 | + "@type": "SlotDefinition" |
| 4207 | + }, |
4070 | 4208 | { |
4071 | 4209 | "name": "licenseAndUseTerms__contact_person", |
4072 | 4210 | "description": "Contact person for licensing questions. Provides structured contact information including name, email, affiliation, and optional ORCID. This person can answer questions about licensing terms, usage restrictions, fees, and permissions.", |
|
4093 | 4231 | "mappings": [ |
4094 | 4232 | "http://purl.org/dc/terms/rights" |
4095 | 4233 | ], |
| 4234 | + "broad_mappings": [ |
| 4235 | + "http://purl.obolibrary.org/obo/DUO_0000046", |
| 4236 | + "http://purl.obolibrary.org/obo/DUO_0000045" |
| 4237 | + ], |
4096 | 4238 | "slot_uri": "http://purl.org/dc/terms/rights", |
4097 | 4239 | "alias": "description", |
4098 | 4240 | "owner": "IPRestrictions", |
|
4110 | 4252 | "mappings": [ |
4111 | 4253 | "http://purl.org/dc/terms/accessRights" |
4112 | 4254 | ], |
| 4255 | + "broad_mappings": [ |
| 4256 | + "http://purl.obolibrary.org/obo/DUO_0000021", |
| 4257 | + "http://purl.obolibrary.org/obo/DUO_0000022", |
| 4258 | + "http://purl.obolibrary.org/obo/DUO_0000028" |
| 4259 | + ], |
4113 | 4260 | "slot_uri": "http://purl.org/dc/terms/accessRights", |
4114 | 4261 | "alias": "description", |
4115 | 4262 | "owner": "ExportControlRegulatoryRestrictions", |
|
6962 | 7109 | "namedThing__name", |
6963 | 7110 | "datasetProperty__used_software", |
6964 | 7111 | "licenseAndUseTerms__description", |
| 7112 | + "licenseAndUseTerms__data_use_permission", |
6965 | 7113 | "licenseAndUseTerms__contact_person" |
6966 | 7114 | ], |
6967 | 7115 | "slot_usage": {}, |
|
6974 | 7122 | "multivalued": true, |
6975 | 7123 | "@type": "SlotDefinition" |
6976 | 7124 | }, |
| 7125 | + { |
| 7126 | + "name": "data_use_permission", |
| 7127 | + "description": "Structured data use permissions using the Data Use Ontology (DUO). Specifies permitted uses (e.g., general research, health/medical research, disease-specific research) and restrictions (e.g., non-commercial use, ethics approval required, collaboration required). See https://github.com/EBISPOT/DUO", |
| 7128 | + "exact_mappings": [ |
| 7129 | + "DUO:0000001" |
| 7130 | + ], |
| 7131 | + "slot_uri": "DUO:0000001", |
| 7132 | + "range": "DataUsePermissionEnum", |
| 7133 | + "multivalued": true, |
| 7134 | + "@type": "SlotDefinition" |
| 7135 | + }, |
6977 | 7136 | { |
6978 | 7137 | "name": "contact_person", |
6979 | 7138 | "description": "Contact person for licensing questions. Provides structured contact information including name, email, affiliation, and optional ORCID. This person can answer questions about licensing terms, usage restrictions, fees, and permissions.", |
|
6991 | 7150 | { |
6992 | 7151 | "name": "IPRestrictions", |
6993 | 7152 | "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance#IPRestrictions", |
6994 | | - "description": "Have any third parties imposed IP-based or other restrictions on the data associated with the instances? If so, describe them and note any relevant fees or licensing terms.\n", |
| 7153 | + "description": "Have any third parties imposed IP-based or other restrictions on the data associated with the instances? If so, describe them and note any relevant fees or licensing terms. Maps to DUO terms related to commercial/non-profit use restrictions (NCU, NPU, NPUNCU).\n", |
6995 | 7154 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance", |
6996 | 7155 | "is_a": "DatasetProperty", |
6997 | 7156 | "slots": [ |
|
7005 | 7164 | { |
7006 | 7165 | "name": "description", |
7007 | 7166 | "description": "Explanation of third-party IP restrictions.", |
| 7167 | + "broad_mappings": [ |
| 7168 | + "DUO:0000046", |
| 7169 | + "DUO:0000045" |
| 7170 | + ], |
7008 | 7171 | "slot_uri": "dcterms:rights", |
7009 | 7172 | "range": "string", |
7010 | 7173 | "multivalued": true, |
|
7017 | 7180 | { |
7018 | 7181 | "name": "ExportControlRegulatoryRestrictions", |
7019 | 7182 | "definition_uri": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance#ExportControlRegulatoryRestrictions", |
7020 | | - "description": "Do any export controls or other regulatory restrictions apply to the dataset or to individual instances? Includes compliance tracking for regulations like GDPR, HIPAA, and EU AI Act. If so, please describe these restrictions and provide a link or copy of any supporting documentation.\n", |
| 7183 | + "description": "Do any export controls or other regulatory restrictions apply to the dataset or to individual instances? Includes compliance tracking for regulations like GDPR, HIPAA, and EU AI Act. If so, please describe these restrictions and provide a link or copy of any supporting documentation. Maps to DUO terms related to ethics approval, geographic restrictions, and institutional requirements.\n", |
7021 | 7184 | "from_schema": "https://w3id.org/bridge2ai/data-sheets-schema/data-governance", |
7022 | 7185 | "is_a": "DatasetProperty", |
7023 | 7186 | "slots": [ |
|
7035 | 7198 | { |
7036 | 7199 | "name": "description", |
7037 | 7200 | "description": "Export or regulatory restrictions on the dataset.", |
| 7201 | + "broad_mappings": [ |
| 7202 | + "DUO:0000021", |
| 7203 | + "DUO:0000022", |
| 7204 | + "DUO:0000028" |
| 7205 | + ], |
7038 | 7206 | "slot_uri": "dcterms:accessRights", |
7039 | 7207 | "range": "string", |
7040 | 7208 | "multivalued": true, |
|
7225 | 7393 | "source_file": "data_sheets_schema.yaml", |
7226 | 7394 | "source_file_date": "2025-11-18T17:40:41", |
7227 | 7395 | "source_file_size": 9614, |
7228 | | - "generation_date": "2025-11-20T12:24:02", |
| 7396 | + "generation_date": "2025-11-20T12:34:09", |
7229 | 7397 | "@type": "SchemaDefinition", |
7230 | 7398 | "@context": [ |
7231 | 7399 | "project/jsonld/data_sheets_schema.context.jsonld", |
|
0 commit comments