-
Notifications
You must be signed in to change notification settings - Fork 1
/
cito-bfo-bridge.owl
96 lines (58 loc) · 2.9 KB
/
cito-bfo-bridge.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY cito "http://purl.org/net/cito/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY snap "http://www.ifomis.org/bfo/1.1/snap#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY span "http://www.ifomis.org/bfo/1.1/span#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY dct "http://purl.org/dc/terms/" >
]>
<rdf:RDF xmlns="http://mindinformatics.org/cito/swan-bridge.owl#"
xml:base="http://mindinformatics.org/cito/swan-bridge.owl"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:cito="http://purl.org/net/cito/"
xmlns:snap="http://www.ifomis.org/bfo/1.1/snap#"
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#"
xmlns:span="http://www.ifomis.org/bfo/1.1/span#"
xmlns:dct="&dct;">
<owl:Ontology rdf:about="">
<dct:creator rdf:resource="http://www.hcklab.org/foaf.rdf#me" />
<dct:creator rdf:datatype="&xsd;string">Paolo Ciccarese</dct:creator>
<dct:publisher rdf:datatype="&xsd;string">Mindinformatics, Massachusetts General Hospital</dct:publisher>
<dct:contributor rdf:datatype="&xsd;string">Paolo Ciccarese</dct:contributor>
<owl:imports rdf:resource="http://purl.org/net/cito/"/>
<owl:imports rdf:resource="http://www.ifomis.org/bfo/1.1"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/net/cito/Expression -->
<owl:Class rdf:about="&cito;Expression">
<rdfs:subClassOf rdf:resource="&snap;GenericallyDependentContinuant"/>
</owl:Class>
<!-- http://purl.org/net/cito/Manifestation -->
<owl:Class rdf:about="&cito;Manifestation">
<rdfs:subClassOf rdf:resource="&snap;MaterialEntity"/>
</owl:Class>
<!-- http://purl.org/net/cito/Work -->
<owl:Class rdf:about="&cito;Work">
<rdfs:subClassOf rdf:resource="&span;ProcessualEntity"/>
</owl:Class>
<!-- http://www.ifomis.org/bfo/1.1/snap#GenericallyDependentContinuant -->
<owl:Class rdf:about="&snap;GenericallyDependentContinuant"/>
<!-- http://www.ifomis.org/bfo/1.1/snap#MaterialEntity -->
<owl:Class rdf:about="&snap;MaterialEntity"/>
<!-- http://www.ifomis.org/bfo/1.1/span#ProcessualEntity -->
<owl:Class rdf:about="&span;ProcessualEntity"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->