forked from enanomapper/ontologies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enanomapper.owl
38 lines (30 loc) · 2.01 KB
/
enanomapper.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
<?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.owl#"
xml:base="http://www.enanomapper.net/ontologies/enanomapper.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.owl">
<dc:contributor>Nina Jeliazkova</dc:contributor>
<owl:versionInfo>2</owl:versionInfo>
<dc:license>CC-BY 3.0 https://creativecommons.org/licenses/by/3.0/</dc:license>
<dc:contributor>Janna Hastings</dc:contributor>
<dc:contributor>Egon Willighagen</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>The eNanoMapper Consortium</dc:contributor>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/enanomapper-auto.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/internal/endpoints.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.org/onto/internal/npo-ext.owl"/>
</owl:Ontology>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->