-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patholo_flex.owl
More file actions
30 lines (23 loc) · 1.53 KB
/
olo_flex.owl
File metadata and controls
30 lines (23 loc) · 1.53 KB
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
@prefix : <https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl> .
<https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl> rdf:type owl:Ontology ;
owl:imports <http://purl.org/ontology/olo/core#> .
#################################################################
# Object Properties
#################################################################
### https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#hasItem
:hasItem rdf:type owl:ObjectProperty ;
rdfs:domain <http://purl.org/ontology/olo/core#Slot> ;
rdfs:comment "If the item of a slot is an object, use this object property." ;
rdfs:label "hasItem" .
### https://raw.githubusercontent.com/mospring/olo_flex/master/olo_flex.owl#hasLength
:hasLength rdf:type owl:ObjectProperty ;
rdfs:domain <http://purl.org/ontology/olo/core#OrderedList> ;
rdfs:comment "If the length of an OrderedList is an object, use this object property." ;
rdfs:label "hasLength" .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi