-
Notifications
You must be signed in to change notification settings - Fork 12
/
organization.json
91 lines (90 loc) · 2.8 KB
/
organization.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"ontologies": [
"@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> .",
"@prefix nl: <http://brainhack101.github.io/neurolinks/> .",
"@prefix bfo: <http://www.ifomis.org/bfo/1.1#> .",
"@prefix dct: <http://purl.org/dc/terms/> .",
"@prefix nlx: <http://neurolex.org/wiki/> .",
"@prefix obo: <http://purl.obolibrary.org/obo/> .",
"@prefix owl: <http://www.w3.org/2002/07/owl#> .",
"@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .",
"@prefix sio: <http://semanticscience.org/resource/> .",
"@prefix xml: <http://www.w3.org/XML/1998/namespace> .",
"@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .",
"@prefix xsp: <http://www.owl-ontologies.com/2005/08/07/xsp.owl#> .",
"@prefix daml: <http://www.daml.org/2001/03/daml+oil#> .",
"@prefix meta: <http://purl.obolibrary.org/obo/iao/dev/ontology-metadata.owl#> .",
"@prefix nidm: <http://purl.org/nidash/nidm#> .",
"@prefix onli: <http://neurolog.unice.fr/ontoneurolog/v3.0/instrument.owl#> .",
"@prefix prov: <http://www.w3.org/ns/prov#> .",
"@prefix provone: <http://purl.org/provone#> .",
"@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .",
"@prefix snap: <http://www.ifomis.org/bfo/1.1/snap#> .",
"@prefix span: <http://www.ifomis.org/bfo/1.1/span#> .",
"@prefix swrl: <http://www.w3.org/2003/11/swrl#> .",
"@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .",
"@prefix protege: <http://protege.stanford.edu/plugins/owl/protege#> ."
],
"terms": [
{
"label": "description",
"pretty": "Description",
"hide": true,
"priority": 2,
"identity": "obo:IAO_0000115",
"rdf:type": "AnnotationProperty",
"description": "brief description of the entity"
},
{
"label": "url",
"pretty": "URL",
"priority": 4,
"identity": "dct:source",
"rdf:type": "AnnotationProperty",
"description": "source URL for accessing the entity"
},
{
"label": "label",
"pretty": "Name",
"priority": 1,
"identity": "rdfs:label",
"rdf:type": "AnnotationProperty",
"description": "entity name"
},
{
"label": "author",
"pretty": "Author",
"hide": false,
"priority": 3,
"identity": "prov:wasCreatedBy",
"rdf:type": "ObjectProperty",
"description": "the corresponding author of the entity"
}
],
"entities": [
{
"identity": "nl:brainhack101",
"label": "Brainhack 101",
"author": "OHBM Open Science SIG",
"url": "https://brainhack101.github.io"
},
{
"identity": "nl:repronim",
"label": "Repronim",
"author": "David Kennedy",
"url": "https://www.reproducibleimaging.org"
},
{
"identity": "nl:neurodatasci",
"label": "NeuroDataScience",
"author": "Chris Holdgraf",
"url": "https://github.com/neuro-data-science"
},
{
"identity": "nl:nipy",
"label": "Nipy",
"author": "The Nipy developers",
"url": "https://github.com/nipy"
}
]
}