-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxpo_ontology.owl
44 lines (29 loc) · 1.56 KB
/
xpo_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
@prefix : <http://purl.org/xpo/> .
@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 <http://purl.org/xpo/> .
<http://umbc.edu/~finin/xpo> rdf:type owl:Ontology .
#################################################################
# Classes
#################################################################
### http://www.semanticweb.org/finin/ontologies/2023/5/untitled-ontology-380#xpoEntity
:xpoEntity rdf:type owl:Class ;
rdfs:subClassOf :xpoObject .
### http://www.semanticweb.org/finin/ontologies/2023/5/untitled-ontology-380#xpoEvent
:xpoEvent rdf:type owl:Class ;
rdfs:subClassOf :xpoObject .
### http://www.semanticweb.org/finin/ontologies/2023/5/untitled-ontology-380#xpoObject
:xpoObject rdf:type owl:Class ;
rdfs:subClassOf :xpoThing .
### http://www.semanticweb.org/finin/ontologies/2023/5/untitled-ontology-380#xpoRelation
:xpoRelation rdf:type owl:Class ;
rdfs:subClassOf :xpoObject .
### http://www.semanticweb.org/finin/ontologies/2023/5/untitled-ontology-380#xpoTemporalRelation
:xpoTemporalRelation rdf:type owl:Class ;
rdfs:subClassOf :xpoObject .
### http://www.semanticweb.org/finin/ontologies/2023/5/untitled-ontology-380#xpoThing
:xpoThing rdf:type owl:Class .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi