forked from enanomapper/ontologies
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenanomapper-auto.owl
More file actions
49 lines (41 loc) · 3.1 KB
/
enanomapper-auto.owl
File metadata and controls
49 lines (41 loc) · 3.1 KB
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
<?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:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="http://purl.enanomapper.org/onto/enanomapper-auto.owl">
<dc:contributor>Nina Jeliazkova</dc:contributor>
<dc:contributor>Gareth Owen</dc:contributor>
<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>Egon Willighagen</dc:contributor>
<dc:contributor>The eNanoMapper Consortium</dc:contributor>
<dc:contributor>Janna Hastings</dc:contributor>
<owl:imports rdf:resource="http://purl.enanomapper.net/onto/external/chebi-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/bao-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/bfo-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/ccont-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/cheminf-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/chmo-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/efo-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/envo-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/iao-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/npo-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/oae-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/obcs-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/obi-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/ontology-metadata-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/pato-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/external/uo-slim.owl"/>
</owl:Ontology>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->