Skip to content

Commit c63aa88

Browse files
committed
Add new linkml-model 1.6.0 files
1 parent 69ec8c2 commit c63aa88

28 files changed

+27847
-0
lines changed

linkml_runtime/linkml_model/array.py

Lines changed: 419 additions & 0 deletions
Large diffs are not rendered by default.

linkml_runtime/linkml_model/datasets.py

Lines changed: 544 additions & 0 deletions
Large diffs are not rendered by default.
26.2 KB
Binary file not shown.

linkml_runtime/linkml_model/json/datasets.json

Lines changed: 1171 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"_comments": "Auto generated from datasets.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2022-07-14T00:56:17\n Schema: datasets\n metamodel version: 1.7.0\n model version: None\n \n id: https://w3id.org/linkml/datasets\n description: A datamodel for datasets\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
3+
"@context": {
4+
"bibo": "http://example.org/UNKNOWN/bibo/",
5+
"csvw": "http://www.w3.org/ns/csvw#",
6+
"datasets": {
7+
"@id": "https://w3id.org/linkml/report",
8+
"@prefix": true
9+
},
10+
"dcat": "http://www.w3.org/ns/dcat#",
11+
"dcterms": "http://purl.org/dc/terms/",
12+
"formats": "http://www.w3.org/ns/formats/",
13+
"frictionless": "https://specs.frictionlessdata.io/",
14+
"linkml": "https://w3id.org/linkml/",
15+
"mediatypes": "https://www.iana.org/assignments/media-types/",
16+
"oslc": "http://example.org/UNKNOWN/oslc/",
17+
"owl": "http://www.w3.org/2002/07/owl#",
18+
"pav": "http://purl.org/pav/",
19+
"prov": "http://www.w3.org/ns/prov#",
20+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
21+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
22+
"schema": "http://schema.org/",
23+
"sh": "https://w3id.org/shacl/",
24+
"skos": "http://www.w3.org/2004/02/skos/core#",
25+
"void": "http://rdfs.org/ns/void#",
26+
"xsd": "http://www.w3.org/2001/XMLSchema#",
27+
"@vocab": "https://w3id.org/linkml/report",
28+
"bytes": {
29+
"@type": "xsd:integer",
30+
"@id": "dcat:byteSize"
31+
},
32+
"conforms_to": {
33+
"@type": "@id",
34+
"@id": "dcterms:conformsTo"
35+
},
36+
"conforms_to_class": {
37+
"@type": "@id"
38+
},
39+
"conforms_to_schema": {
40+
"@type": "@id"
41+
},
42+
"created_by": {
43+
"@type": "@id",
44+
"@id": "pav:createdBy"
45+
},
46+
"created_on": {
47+
"@type": "xsd:dateTime",
48+
"@id": "pav:createdOn"
49+
},
50+
"description": {
51+
"@id": "dcterms:description"
52+
},
53+
"dialect": {
54+
"@id": "csvw:dialect"
55+
},
56+
"download_url": {
57+
"@type": "@id",
58+
"@id": "dcat:downloadURL"
59+
},
60+
"format": {
61+
"@context": {
62+
"@vocab": "@null",
63+
"text": "skos:notation",
64+
"description": "skos:prefLabel",
65+
"meaning": "@id"
66+
},
67+
"@id": "dcterms:format"
68+
},
69+
"id": "@id",
70+
"issued": {
71+
"@type": "xsd:dateTime",
72+
"@id": "dcterms:issued"
73+
},
74+
"keywords": {
75+
"@id": "dcat:keyword"
76+
},
77+
"last_updated_on": {
78+
"@type": "xsd:dateTime",
79+
"@id": "pav:lastUpdatedOn"
80+
},
81+
"license": {
82+
"@id": "dcterms:license"
83+
},
84+
"media_type": {
85+
"@id": "dcat:mediaType"
86+
},
87+
"modified_by": {
88+
"@type": "@id",
89+
"@id": "oslc:modifiedBy"
90+
},
91+
"page": {
92+
"@id": "dcat:landingPage"
93+
},
94+
"profile": {
95+
"@type": "@id"
96+
},
97+
"publisher": {
98+
"@type": "@id",
99+
"@id": "dcterms:publisher"
100+
},
101+
"resources": {
102+
"@type": "@id",
103+
"@id": "dcat:distribution"
104+
},
105+
"status": {
106+
"@type": "@id",
107+
"@id": "bibo:status"
108+
},
109+
"test_roles": {
110+
"@context": {
111+
"@vocab": "@null",
112+
"text": "skos:notation",
113+
"description": "skos:prefLabel",
114+
"meaning": "@id"
115+
}
116+
},
117+
"themes": {
118+
"@type": "@id",
119+
"@id": "dcat:theme"
120+
},
121+
"title": {
122+
"@id": "dcterms:title"
123+
},
124+
"version": {
125+
"@id": "pav:version"
126+
},
127+
"was_derived_from": {
128+
"@id": "prov:wasDerivedFrom"
129+
},
130+
"DataPackage": {
131+
"@id": "void:Dataset"
132+
},
133+
"DataResource": {
134+
"@id": "dcat:Distribution"
135+
}
136+
}
137+
}
138+
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
{
2+
"_comments": "Auto generated from datasets.yaml by jsonldcontextgen.py version: 0.1.1\n Generation date: 2022-07-14T00:56:28\n Schema: datasets\n metamodel version: 1.7.0\n model version: None\n \n id: https://w3id.org/linkml/datasets\n description: A datamodel for datasets\n license: https://creativecommons.org/publicdomain/zero/1.0/\n ",
3+
"@context": {
4+
"bibo": "http://example.org/UNKNOWN/bibo/",
5+
"csvw": "http://www.w3.org/ns/csvw#",
6+
"datasets": {
7+
"@id": "https://w3id.org/linkml/report",
8+
"@prefix": true
9+
},
10+
"dcat": "http://www.w3.org/ns/dcat#",
11+
"dcterms": "http://purl.org/dc/terms/",
12+
"formats": "http://www.w3.org/ns/formats/",
13+
"frictionless": "https://specs.frictionlessdata.io/",
14+
"linkml": "https://w3id.org/linkml/",
15+
"mediatypes": "https://www.iana.org/assignments/media-types/",
16+
"oslc": "http://example.org/UNKNOWN/oslc/",
17+
"owl": "http://www.w3.org/2002/07/owl#",
18+
"pav": "http://purl.org/pav/",
19+
"prov": "http://www.w3.org/ns/prov#",
20+
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
21+
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
22+
"schema": "http://schema.org/",
23+
"sh": "https://w3id.org/shacl/",
24+
"skos": "http://www.w3.org/2004/02/skos/core#",
25+
"void": "http://rdfs.org/ns/void#",
26+
"xsd": "http://www.w3.org/2001/XMLSchema#",
27+
"@vocab": "https://w3id.org/linkml/report",
28+
"bytes": {
29+
"@type": "xsd:integer",
30+
"@id": "dcat:byteSize"
31+
},
32+
"conforms_to": {
33+
"@type": "@id",
34+
"@id": "dcterms:conformsTo"
35+
},
36+
"conforms_to_class": {
37+
"@type": "@id"
38+
},
39+
"conforms_to_schema": {
40+
"@type": "@id"
41+
},
42+
"created_by": {
43+
"@type": "@id",
44+
"@id": "pav:createdBy"
45+
},
46+
"created_on": {
47+
"@type": "xsd:dateTime",
48+
"@id": "pav:createdOn"
49+
},
50+
"description": {
51+
"@id": "dcterms:description"
52+
},
53+
"dialect": {
54+
"@id": "csvw:dialect"
55+
},
56+
"download_url": {
57+
"@type": "@id",
58+
"@id": "dcat:downloadURL"
59+
},
60+
"format": {
61+
"@context": {
62+
"@vocab": "@null",
63+
"text": "skos:notation",
64+
"description": "skos:prefLabel",
65+
"meaning": "@id"
66+
},
67+
"@id": "dcterms:format"
68+
},
69+
"id": "@id",
70+
"issued": {
71+
"@type": "xsd:dateTime",
72+
"@id": "dcterms:issued"
73+
},
74+
"keywords": {
75+
"@id": "dcat:keyword"
76+
},
77+
"last_updated_on": {
78+
"@type": "xsd:dateTime",
79+
"@id": "pav:lastUpdatedOn"
80+
},
81+
"license": {
82+
"@id": "dcterms:license"
83+
},
84+
"media_type": {
85+
"@id": "dcat:mediaType"
86+
},
87+
"modified_by": {
88+
"@type": "@id",
89+
"@id": "oslc:modifiedBy"
90+
},
91+
"page": {
92+
"@id": "dcat:landingPage"
93+
},
94+
"profile": {
95+
"@type": "@id"
96+
},
97+
"publisher": {
98+
"@type": "@id",
99+
"@id": "dcterms:publisher"
100+
},
101+
"resources": {
102+
"@type": "@id",
103+
"@id": "dcat:distribution"
104+
},
105+
"status": {
106+
"@type": "@id",
107+
"@id": "bibo:status"
108+
},
109+
"test_roles": {
110+
"@context": {
111+
"@vocab": "@null",
112+
"text": "skos:notation",
113+
"description": "skos:prefLabel",
114+
"meaning": "@id"
115+
}
116+
},
117+
"themes": {
118+
"@type": "@id",
119+
"@id": "dcat:theme"
120+
},
121+
"title": {
122+
"@id": "dcterms:title"
123+
},
124+
"version": {
125+
"@id": "pav:version"
126+
},
127+
"was_derived_from": {
128+
"@id": "prov:wasDerivedFrom"
129+
},
130+
"DataPackage": {
131+
"@id": "void:Dataset"
132+
},
133+
"DataResource": {
134+
"@id": "dcat:Distribution"
135+
}
136+
}
137+
}
138+

0 commit comments

Comments
 (0)