mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-13 02:04:29 +00:00
12 lines
338 B
YAML
12 lines
338 B
YAML
|
{
|
||
|
"PATO": "http://purl.obolibrary.org/obo/PATO_",
|
||
|
"biolink": "https://w3id.org/biolink/",
|
||
|
"example": "https://example.org/",
|
||
|
"linkml": "https://w3id.org/linkml/",
|
||
|
"nwb_schema_language": "https://w3id.org/p2p_ld/nwb-schema-language/",
|
||
|
"schema": "http://schema.org/",
|
||
|
"NamedThing": {
|
||
|
"@id": "schema:Thing"
|
||
|
}
|
||
|
}
|