forked from egonw/orn-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopenrisknet-auto.owl
28 lines (24 loc) · 1.46 KB
/
openrisknet-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
<?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="https://raw.githubusercontent.com/openrisknet/orn-ontology/master/openrisknet-auto.owl#"
xml:base="https://raw.githubusercontent.com/openrisknet/orn-ontology/master/openrisknet-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="https://raw.githubusercontent.com/openrisknet/orn-ontology/master/openrisknet-auto.owl">
<dc:contributor>The OpenRiskNet Consortium</dc:contributor>
<dc:contributor>Egon Willighagen</dc:contributor>
<owl:imports rdf:resource="http://purl.enanomapper.net/onto/external/bfo-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.net/onto/external/iao-slim.owl"/>
<owl:imports rdf:resource="http://purl.enanomapper.net/onto/external/aopo-slim.owl"/>
<owl:imports rdf:resource="https://raw.githubusercontent.com/openrisknet/orn-ontology/master/external/chebi-slim.owl"/>
</owl:Ontology>
</rdf:RDF>