Skip to content

Commit 766a53b

Browse files
Constantin Breßbressco
authored andcommitted
feat(ro-crate): add example for inclusion of odrl
An odrl policy is included in the metadata using a yet unused property of the type [Dataset](https://schema.org/Dataset). The whole thing probably is terribly wrong, as i do not have deeper knowledge of schema.org/bioschemas/agrischemas. Yet i wanted to provide an example for discussion. The ODRL was provided by @StephanLesch and goes a bit beyond what CC-BY-NC includes by limiting the access to either by request or only for registered users. Alternatives: - Using [additionalProperty](https://schema.org/additionalProperty) - Using the license type and include the odrl policy there. But that would probably break existing implementations. Same for CopyrightNotice - Separate file instead of being included in the "general" metadata Open problems: - How do license and odrlPolicy relate to each other? If for example the license property has CC-BY, but the ODRL restricts the use to small and medium enterprises or research institutions? - Similiar: What do with the (at least for Bioschemas) mandatory license property if there is an odrlPolicy? Use a value like "odrl" to indicate that? Related: - nfdi4plants/arc-ro-crate-profile#19 - nfdi4plants/ARC-specification#133 - https://github.com/IPK-BIT/odrl-builder
1 parent bab53b5 commit 766a53b

File tree

1 file changed

+210
-0
lines changed

1 file changed

+210
-0
lines changed
Lines changed: 210 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
1+
{
2+
"@context": [
3+
"https://w3id.org/ro/crate/1.1/context",
4+
{
5+
"odrl": "http://www.w3.org/ns/odrl.jsonld",
6+
"cc": "http://creativecommons.org/ns",
7+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
8+
"dct": "http://purl.org/dc/terms/",
9+
"foaf": "http://xmlns.com/foaf/0.1/",
10+
"ldr": "http://purl.org/NET/ldr/ns#"
11+
}
12+
],
13+
"@graph": [
14+
{
15+
"@id": "ro-crate-metadata.json",
16+
"@type": "CreativeWork",
17+
"conformsTo": {
18+
"@id": "https://w3id.org/ro/crate/1.1"
19+
},
20+
"about": {
21+
"@id": "./"
22+
}
23+
},
24+
{
25+
"@id": "./",
26+
"@type": "Dataset",
27+
"hasPart": [
28+
{
29+
"@id": "files/v004_crop_carbon_nitrogen.csv"
30+
},
31+
{
32+
"@id": "files/v004_crop_ontogenesis_biomass.csv"
33+
}
34+
],
35+
"dct:conformsTo": {
36+
"@id": "https://bioschemas.org/profiles/Dataset/1.0-RELEASE"
37+
},
38+
"creator": {
39+
"@id": "https://orcid.org/0000-0002-3620-3171"
40+
},
41+
"schema:creditText": "Mirschel, Wilfried; Schindler, Uwe; Hufnagel, Johannes; Barkusky, Dietmar; Dittmar, Sigrid; Voigt, Carola; Laacke, Liane (2014): Coherent multivariable 6-year field trial data set for agro-ecosystem model verification and validation from Müncheberg experimental station, Leibniz-Zentrum für Agrarlandschaftsforschung (ZALF) e.V.[doi: 10.4228/ZALF.1992.271]",
42+
"description": "For the intensive agro-management level a 6-year (1993-1998) multivariable data set for a 4-field crop rotation located at the Müncheberg Experimental Station with sandy soils (Eutric Cambisol) is documented in detail. Here rainfed and irrigated conditions are taken into account. The soil, weather and crop processes have been intensively monitored. The data set contains coherent soil (water, mineral nitrogen), crop (ontogenesis, biomass, yield, carbon and nitrogen content), weather (meteorological standard parameter) and management (soil tillage, sowing, fertilization, irrigation, harvest) data with different time resolutions. The data set was used for model intercomparison within the crop modelling (CropM) part of the international FACCE MACSUR project.",
43+
"editor": {
44+
"@id": "https://ror.org/01ygyzs83"
45+
},
46+
"identifier": "http://doi.org/10.4228/ZALF.1992.271",
47+
"about": {
48+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b5"
49+
},
50+
"schema:keyword": [
51+
{
52+
"@id": "http://aims.fao.org/aos/agrovoc/c_29103"
53+
},
54+
{
55+
"@id": "http://www.eionet.europa.eu/gemet/concept/232"
56+
}
57+
],
58+
"license": {
59+
"@id": "https://creativecommons.org/licenses/by-nc/4.0/legalcode"
60+
},
61+
"odrlPolicy": [
62+
{
63+
"_comment": "licence = cc-by nc. Quelle: https://raw.githubusercontent.com/w3c/odrl/master/bp/license/rdflicense/cc-by-nc4.0.ttl",
64+
"@type": "odrl:policy",
65+
"@id": "http://creativecommons.org/licenses/by-nc/4.0/",
66+
"rdfs:label": "Creative Commons CC-BY-NC",
67+
"rdfs:seeAlso": "http://creativecommons.org/licenses/by-nc/4.0/legalcode",
68+
"cc:legalcode": "\r\nCreative Commons Attribution-NonCommercial 4.0 International Public License\r\n\r\nBy exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial 4.0 International Public License (\"Public License\"). [...]",
69+
"dct:alternative": "CC BY-NC",
70+
"dct:hasVersion": "4.0",
71+
"dct:language": "http://www.lexvo.org/page/iso639-3/eng",
72+
"dct:publisher": "Creative Commons",
73+
"dct:source": "http://creativecommons.org/licenses/by-nc/4.0/",
74+
"dct:title": "Creative Commons - Attribution-NonCommercial 4.0 International - CC BY-NC 4.0\"@en",
75+
"odrl:permission": {
76+
"odrl:action": [
77+
"cc:Distribution",
78+
"ldr:extraction",
79+
"cc:Reproduction",
80+
"cc:DerivativeWorks",
81+
"ldr:reutilization"
82+
],
83+
"odrl:duty": {
84+
"odrl:action": [
85+
"cc:Notice",
86+
"cc:Attribution"
87+
]
88+
}
89+
},
90+
"odrl:prohibition": {
91+
"odrl:action": "cc:CommercialUse"
92+
},
93+
"foaf:logo": "http://i.creativecommons.org/l/by-nc/2.0/88x31.png"
94+
},
95+
{
96+
"_comment": "Allgemeine Einschränkung der RDI, dass nur angemeldete User die Daten bekommen",
97+
"@type": "odrl:Rule",
98+
"@id": "http://edaphobase.org/RegisterRequired",
99+
"odrl:assignee": {
100+
"@type": "foaf:OnlineAccount"
101+
}
102+
},
103+
{
104+
"comment": "Einschränkung dieses Datensatzes, dass Daten nur auf Anfrage erreichbar sind",
105+
"@type": "odrl:Rule",
106+
"@id": "http://edaphobase.org/DataOnRequest",
107+
"odrl:prohibition": {
108+
"odrl:action": "odrl:read"
109+
}
110+
}
111+
],
112+
"name": "Coherent multivariable 6-year field trial data set for agro-ecosystem model verification and validation from Müncheberg experimental station",
113+
"publisher": {
114+
"@id": "https://ror.org/01ygyzs83"
115+
},
116+
"spatialCoverage": {
117+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b1"
118+
},
119+
"temporalCoverage": "1993/1998",
120+
"url": "https://open-research-data.zalf.de/SitePages/DatasetInformation.aspx?ord=1992_271",
121+
"variableMeasured": [
122+
{
123+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b3"
124+
},
125+
{
126+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b4"
127+
}
128+
]
129+
},
130+
{
131+
"@id": "files/v004_crop_carbon_nitrogen.csv",
132+
"@type": "File",
133+
"contentSize": "23089",
134+
"description": "Table containing crop_carbon_nitrogen measurements",
135+
"encodingFormat": "text/csv",
136+
"name": "v004_crop_carbon_nitrogen"
137+
},
138+
{
139+
"@id": "files/v004_crop_ontogenesis_biomass.csv",
140+
"@type": "File",
141+
"contentSize": "23723",
142+
"description": "Table containing v004_crop_ontogenesis_biomass measurments",
143+
"encodingFormat": "text/csv",
144+
"name": "v004_crop_ontogenesis_biomass"
145+
},
146+
{
147+
"@id": "https://ror.org/01ygyzs83",
148+
"@type": "Organization",
149+
"name": "Leibniz-Zentrum für Agrarlandschaftsforschung (ZALF) e.V."
150+
},
151+
{
152+
"@id": "http://aims.fao.org/aos/agrovoc/c_29103",
153+
"@type": "DefinedTerm"
154+
},
155+
{
156+
"@id": "http://www.eionet.europa.eu/gemet/concept/232",
157+
"@type": "DefinedTerm"
158+
},
159+
{
160+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b1",
161+
"@type": "Place",
162+
"geo": {
163+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b2"
164+
}
165+
},
166+
{
167+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b2",
168+
"@type": "GeoShape",
169+
"box": "14.12174911, 52.51578495, 14.12385331, 52.51706814"
170+
},
171+
{
172+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b3",
173+
"@type": "PropertyValue",
174+
"name": "PRECIPITATION_MM",
175+
"propertyID": {
176+
"@id": "https://agrovoc.fao.org/browse/agrovoc/en/page/c_6161"
177+
}
178+
},
179+
{
180+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b4",
181+
"@type": "PropertyValue",
182+
"name": "TOTAL_NITROGEN_PROZ",
183+
"propertyID": {
184+
"@id": "https://agrovoc.fao.org/browse/agrovoc/en/page/c_5193"
185+
}
186+
},
187+
{
188+
"@id": "_:nc238f7608de8496dadf3f24d3b199823b5",
189+
"@type": "https://bioschemas.org/BioChemEntity",
190+
"dct:conformsTo": {
191+
"@id": "https://bioschemas.org/profiles/Crop/0.1-TO-BE-CREATED"
192+
},
193+
"https://bioschemas.org/taxonomicRange": {
194+
"@id": "http://aims.fao.org/aos/agrovoc/c_7499"
195+
}
196+
},
197+
{
198+
"@id": "https://orcid.org/0000-0002-3620-3171",
199+
"@type": "Person",
200+
"name": "Wilfried Mirschel"
201+
},
202+
{
203+
"@id": "http://aims.fao.org/aos/agrovoc/c_7499",
204+
"@type": "DefinedTerm",
205+
"inDefinedTermSet": {
206+
"@id": "http://aims.fao.org/aos/agrovoc"
207+
}
208+
}
209+
]
210+
}

0 commit comments

Comments
 (0)