forked from pav-ontology/swan-ontology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
swan.owl
99 lines (83 loc) · 4.09 KB
/
swan.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
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created by Paolo Ciccarese http://www.paolociccarese.info/ on October 12, 2010 -->
<!DOCTYPE rdf:RDF [
<!-- Other namespaces -->
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dct "http://purl.org/dc/terms/" >
<!ENTITY skos "http://www.w3.org/2008/05/skos#" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/">
<!-- Main namespace -->
<!ENTITY swan "http://purl.org/swan/2.0/" >
<!-- Files -->
<!ENTITY local "file:///Users/paolociccarese/Websites/Mindinformatics/ontologies/2.0/swan.owl">
<!ENTITY path "http://purl.org/swan/2.0/">
<!ENTITY file "&path;">
<!ENTITY agents-local "file:////Users/paolociccarese/Workspaces/ExternalProjects/SwanOntology/agents.owl">
<!ENTITY agents-path "http://purl.org/swan/2.0/agents/">
<!ENTITY agents-file "&agents-path;">
<!ENTITY discourse-elements-local "file:////Users/paolociccarese/Workspaces/ExternalProjects/SwanOntology/discourse-elements.owl">
<!ENTITY discourse-elements-path "http://purl.org/swan/2.0/discourse-elements/">
<!ENTITY discourse-elements-file "&discourse-elements-path;">
<!ENTITY discourse-relationships-local "file:////Users/paolociccarese/Workspaces/ExternalProjects/SwanOntology/discourse-relationships.owl">
<!ENTITY discourse-relationships-path "http://purl.org/swan/2.0/discourse-relationships/">
<!ENTITY discourse-relationships-file "&discourse-relationships-path;">
<!ENTITY fabio-local "file:////Users/paolociccarese/Workspaces/ExternalProjects/SwanOntology/2011-11-10-fabio-1_0.owl">
<!ENTITY fabio-path "http://purl.org/spar/fabio">
<!ENTITY fabio-file "&fabio-path;">
]>
<rdf:RDF
xml:base="&swan;"
xmlns:swan="&swan;"
xmlns:rdfs="&rdfs;"
xmlns:owl="&owl;"
xmlns:rdf="&rdf;"
xmlns:xsd="&xsd;"
xmlns:dct="&dct;"
xmlns:foaf="&foaf;">
<owl:Ontology rdf:about="&file;">
<rdf:type rdf:resource="&owl;Ontology"/>
<rdfs:label rdf:datatype="&xsd;string">SWAN ontology v. 2.0</rdfs:label>
<owl:imports rdf:resource="&agents-file;"/>
<owl:imports rdf:resource="&discourse-elements-file;"/>
<owl:imports rdf:resource="&discourse-relationships-file;"/>
<owl:imports rdf:resource="&fabio-file;"/>
<dct:language>en</dct:language>
<dct:title xml:lang="en">SWAN Ontology for Scientific Discourse v. 2.0</dct:title>
<dct:creator rdf:resource="http://www.hcklab.org/foaf.rdf#me" />
<dct:contributor rdf:datatype="&xsd;string">Paolo Ciccarese</dct:contributor>
<dct:publisher rdf:datatype="&xsd;string">Mindinformatics, Massachusetts General Hospital</dct:publisher>
<dct:date rdf:datatype="&xsd;string">October 12, 2010</dct:date>
<dct:format rdf:datatype="&xsd;string">rdf/xml</dct:format>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description rdf:about="&dct;title">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="&dct;date">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="&dct;creator">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="&dct;format">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="&dct;language">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="&dct;publisher">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
<rdf:Description rdf:about="&dct;contributor">
<rdf:type rdf:resource="&owl;AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>