-
Notifications
You must be signed in to change notification settings - Fork 15
/
enanomapper-auto.owl
68 lines (60 loc) · 5.4 KB
/
enanomapper-auto.owl
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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://www.enanomapper.net/ontologies/enanomapper-auto.owl#"
xml:base="http://www.enanomapper.net/ontologies/enanomapper-auto.owl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://enanomapper.github.io/ontologies/enanomapper-auto.owl">
<rdfs:comment>The eNanoMapper project (www.enanomapper.net) is creating a pan-European computational infrastructure for toxicological data management for ENMs, based on semantic web standards and ontologies. This ontology is an application ontology targeting the full domain of nanomaterial safety assessment. It re-uses several other ontologies including the NPO, CHEMINF, ChEBI, and ENVO. </rdfs:comment>
<dc:contributor>The eNanoMapper Consortium</dc:contributor>
<dc:contributor>Gareth Owen</dc:contributor>
<dc:contributor>Egon Willighagen</dc:contributor>
<dc:contributor>Jiakang Chang</dc:contributor>
<dc:contributor>Nina Jeliazkova</dc:contributor>
<dc:contributor>Janna Hastings</dc:contributor>
<dc:contributor>Javier Millan Acosta</dc:contributor>
<dc:title>eNanoMapper ontology</dc:title>
<dc:description>The eNanoMapper project (https://www.enanomapper.net/), NanoCommons project (https://www.nanocommons.eu/) and ACEnano project (http://acenano-project.eu/) are creating a pan-European computational infrastructure for toxicological data management for ENMs, based on semantic web standards and ontologies. This ontology is an application ontology targeting the full domain of nanomaterial safety assessment. It re-uses several other ontologies including the NPO, CHEMINF, ChEBI, and ENVO.</dc:description>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/aopo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/bao-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/bfo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/bto-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/ccont-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/chebi-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/cheminf-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/chmo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/clo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/efo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/envo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/fabio-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/go-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/iao-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/ncit-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/npo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/oae-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/obcs-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/obi-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/ontology-metadata-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/pato-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/sio-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/uberon-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/uo-slim.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/bao-slim-prop.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/cheminf-slim-prop.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/cito-slim-prop.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/npo-slim-prop.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/sio-slim-prop.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/ro-slim-prop.owl"/>
<owl:imports rdf:resource="http://enanomapper.github.io/ontologies/external/msio-slim.owl"/>
</owl:Ontology>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net -->