-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholo_flex_owlxml.owl
54 lines (50 loc) · 2.24 KB
/
olo_flex_owlxml.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
<?xml version="1.0"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xml:base="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
ontologyIRI="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl">
<Prefix name="owl" IRI="http://www.w3.org/2002/07/owl#"/>
<Prefix name="rdf" IRI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
<Prefix name="xml" IRI="http://www.w3.org/XML/1998/namespace"/>
<Prefix name="xsd" IRI="http://www.w3.org/2001/XMLSchema#"/>
<Prefix name="rdfs" IRI="http://www.w3.org/2000/01/rdf-schema#"/>
<Import>http://purl.org/ontology/olo/core#</Import>
<Declaration>
<ObjectProperty IRI="#hasItem"/>
</Declaration>
<Declaration>
<ObjectProperty IRI="#hasLength"/>
</Declaration>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasItem"/>
<Class IRI="http://purl.org/ontology/olo/core#Slot"/>
</ObjectPropertyDomain>
<ObjectPropertyDomain>
<ObjectProperty IRI="#hasLength"/>
<Class IRI="http://purl.org/ontology/olo/core#OrderedList"/>
</ObjectPropertyDomain>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasItem</IRI>
<Literal>If the item of a slot is an object, use this object property.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasItem</IRI>
<Literal>hasItem</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:comment"/>
<IRI>#hasLength</IRI>
<Literal>If the length of an OrderedList is an object, use this object property.</Literal>
</AnnotationAssertion>
<AnnotationAssertion>
<AnnotationProperty abbreviatedIRI="rdfs:label"/>
<IRI>#hasLength</IRI>
<Literal>hasLength</Literal>
</AnnotationAssertion>
</Ontology>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->