nwb-linkml/nwb_schema_language/project/jsonld/nwb_schema_language.context.jsonld
sneakers-the-rat fd9aef9531 Cleaner code generation, npytyping type hints for arrays
- split off generated subclasses into "include" files, not sure if that's good, but in any case we have them separable now.
- more work on cleanly un-nesting scalar and 1D-vector data into attributes and lists, respectively
- brought the pydantic generator in-repo to do a bunch of overrides
2023-08-30 20:56:30 -07:00

65 lines
1.5 KiB
Text

{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2023-08-30T20:53:58",
"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/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"@vocab": "https://w3id.org/p2p_ld/nwb-schema-language/",
"attributes": {
"@type": "@id"
},
"author": {
"@id": "schema:author"
},
"contact": {
"@id": "schema:email"
},
"datasets": {
"@type": "@id"
},
"date": {
"@type": "xsd:date",
"@id": "schema:dateModified"
},
"default_value": {
"@type": "@id"
},
"groups": {
"@type": "@id"
},
"linkable": {
"@type": "xsd:boolean"
},
"links": {
"@type": "@id"
},
"namespaces": {
"@type": "@id"
},
"reftype": {
"@context": {
"@vocab": "@null",
"text": "skos:notation",
"description": "skos:prefLabel",
"meaning": "@id"
}
},
"required": {
"@type": "xsd:boolean"
},
"schema_": {
"@type": "@id"
},
"value": {
"@type": "@id"
},
"AnyType": {
"@id": "linkml:Any"
}
}
}