nwb-linkml/nwb-schema-language/project/jsonld/nwb_schema_language.context.jsonld

65 lines
1.4 KiB
Text
Raw Normal View History

2023-08-16 23:07:36 +00:00
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
2023-08-18 08:11:14 +00:00
"generation_date": "2023-08-18T00:36:53",
2023-08-16 23:07:36 +00:00
"source": "nwb_schema_language.yaml"
},
"@context": {
"linkml": "https://w3id.org/linkml/",
"nwb_schema_language": "https://w3id.org/p2p_ld/nwb-schema-language/",
2023-08-17 06:47:35 +00:00
"schema": {
"@type": "@id"
},
2023-08-16 23:07:36 +00:00
"skos": "http://www.w3.org/2004/02/skos/core#",
"@vocab": "https://w3id.org/p2p_ld/nwb-schema-language/",
2023-08-17 06:47:35 +00:00
"attributes": {
"@type": "@id"
},
"author": {
"@id": "schema:author"
},
"contact": {
"@id": "schema:email"
},
"datasets": {
"@type": "@id"
2023-08-16 23:07:36 +00:00
},
2023-08-17 06:47:35 +00:00
"date": {
2023-08-16 23:07:36 +00:00
"@type": "xsd:date",
2023-08-17 06:47:35 +00:00
"@id": "schema:dateModified"
2023-08-16 23:07:36 +00:00
},
2023-08-17 06:47:35 +00:00
"default_value": {
"@type": "@id"
},
"groups": {
"@type": "@id"
2023-08-16 23:07:36 +00:00
},
2023-08-17 06:47:35 +00:00
"linkable": {
"@type": "xsd:boolean"
2023-08-16 23:07:36 +00:00
},
2023-08-17 06:47:35 +00:00
"links": {
2023-08-16 23:07:36 +00:00
"@type": "@id"
},
2023-08-17 06:47:35 +00:00
"namespaces": {
"@type": "@id"
2023-08-16 23:07:36 +00:00
},
2023-08-17 06:47:35 +00:00
"reftype": {
2023-08-16 23:07:36 +00:00
"@context": {
"@vocab": "@null",
"text": "skos:notation",
"description": "skos:prefLabel",
"meaning": "@id"
}
},
2023-08-17 06:47:35 +00:00
"required": {
"@type": "xsd:boolean"
},
"value": {
"@type": "@id"
},
"AnyType": {
"@id": "linkml:Any"
2023-08-16 23:07:36 +00:00
}
}
}