-
Notifications
You must be signed in to change notification settings - Fork 23
/
owlready_ontology.owl
62 lines (35 loc) · 1.96 KB
/
owlready_ontology.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
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!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#" >
<!ENTITY owlready_ontology "http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#" >
]>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
xml:base="http://www.w3.org/2002/07/owl"
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#"
xmlns:owlready_ontology="http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#">
<Ontology rdf:about="http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#editobj_priority -->
<AnnotationProperty rdf:about="&owlready_ontology;editobj_priority">
<rdfs:range rdf:resource="&xsd;int"/>
</AnnotationProperty>
<!-- http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#python_module -->
<AnnotationProperty rdf:about="&owlready_ontology;python_module"/>
<!-- http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#python_name -->
<AnnotationProperty rdf:about="&owlready_ontology;python_name"/>
<AnnotationProperty rdf:about="&owlready_ontology;class_property_type"/>
<AnnotationProperty rdf:about="&owlready_ontology;defined_class"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net -->