-
Notifications
You must be signed in to change notification settings - Fork 17
/
nif.ttl
60 lines (58 loc) · 3.71 KB
/
nif.ttl
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
@prefix : <file:///ERROR/EMPTY/PREFIX/BANNED/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix PROTEGE: <http://protege.stanford.edu/plugins/owl/protege#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://ontology.neuinfo.org/NIF/ttl/nif.ttl> a owl:Ontology ;
owl:versionIRI <http://ontology.neuinfo.org/NIF/ttl/nif/version/1517816168/nif.ttl> ;
owl:imports <http://ontology.neuinfo.org/NIF/ttl/bridge/anatomy-bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/bridge/chemical-bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/bridge/doid-bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/bridge/go-bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/bridge/tax-bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/generated/ksdesc-defs.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/generated/ncbigeneslim.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/generated/NIF-Neuron-HBP-cell-import.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Annotation-Standard.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Cell.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-DOID-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Dysfunction.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Function.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Investigation.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-BR-Inferred.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-BrainRegion-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-Circuit-Role-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-Circuit-Role-Inferred.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-MolecularConstituent-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-MolecularConstituent-Inferred.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-Morphology-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-Morphology-Inferred.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-NT-Bridge-Inferred.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Neuron-NT-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-PRO-Bridge.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Quality.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Subcellular.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/NIF-Unclassified.ttl>,
<http://ontology.neuinfo.org/NIF/ttl/nif_backend.ttl> ;
dc:title "NIF" ;
skos:definition "The Neuroscience Informatics Framework (NIF) knowledge resource including the lexicon used to index all data repositories and literature corpi indexed in NIF." ;
owl:versionInfo "3.1 - January 15, 2018" ;
dc:contributor "Anita Bandrowski ([email protected])",
"Bill Bug ([email protected])",
"Dan Gardner ([email protected])",
"Fahim Imam ([email protected])",
"Giorgio Ascoli ([email protected])",
"Gordon Shepherd ([email protected])",
"Maryann Martone ([email protected])",
"Sarah Maynard ([email protected])",
"Stephen Larson ([email protected])",
"Tom Gillespie ([email protected])",
"Trish Whetzel ([email protected])" ;
dc:creator "The NIF Project Team" ;
dc:subject "The Neuroscience Informatics Framework Lexicon" ;
PROTEGE:defaultLanguage "en" .
### Serialized using the pyontutils deterministic serializer v1.1.3