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

66 lines
1.5 KiB
Text
Raw Normal View History

2023-08-16 23:07:36 +00:00
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
2023-10-09 22:06:53 +00:00
"generation_date": "2023-10-09T15:03:06",
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/",
"schema": "http://schema.org/",
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-10-09 22:06:53 +00:00
"@type": "xsd:dateTime",
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"
},
"schema_": {
"@type": "@id"
},
2023-08-17 06:47:35 +00:00
"value": {
"@type": "@id"
},
"AnyType": {
"@id": "linkml:Any"
2023-08-16 23:07:36 +00:00
}
}
}