-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patholo_flex_rdfxml.owl
54 lines (38 loc) · 2.24 KB
/
olo_flex_rdfxml.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"?>
<rdf:RDF xmlns="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#"
xml:base="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:owl="http://www.w3.org/2002/07/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:core="http://purl.org/ontology/olo/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl">
<owl:imports rdf:resource="http://purl.org/ontology/olo/core#"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#hasItem -->
<owl:ObjectProperty rdf:about="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#hasItem">
<rdfs:domain rdf:resource="http://purl.org/ontology/olo/core#Slot"/>
<rdfs:comment>If the item of a slot is an object, use this object property.</rdfs:comment>
<rdfs:label>hasItem</rdfs:label>
</owl:ObjectProperty>
<!-- https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#hasLength -->
<owl:ObjectProperty rdf:about="https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#hasLength">
<rdfs:domain rdf:resource="http://purl.org/ontology/olo/core#OrderedList"/>
<rdfs:comment>If the length of an OrderedList is an object, use this object property.</rdfs:comment>
<rdfs:label>hasLength</rdfs:label>
</owl:ObjectProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->