-
Notifications
You must be signed in to change notification settings - Fork 0
/
ontoaskisi23.owl
62 lines (56 loc) · 1.75 KB
/
ontoaskisi23.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
62
@prefix : <http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5> a owl:Ontology .
#
#
# #################################################################
# #
# # Object Properties
# #
# #################################################################
#
#
# http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5#hasTag
:hasTag a owl:ObjectProperty;
rdfs:domain :Image;
rdfs:range :Tag .
#
#
#
# #################################################################
# #
# # Data properties
# #
# #################################################################
#
#
# http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5#id
:id a owl:DatatypeProperty;
rdfs:domain :Image;
rdfs:range xsd:nonNegativeInteger .
#
# http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5#source
:source a owl:DatatypeProperty;
rdfs:domain :Image;
rdfs:range xsd:string .
#
#
#
# #################################################################
# #
# # Classes
# #
# #################################################################
#
#
# http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5#Image
:Image a owl:Class .
#
# http://www.semanticweb.org/evangelos/ontologies/2019/3/untitled-ontology-5#Tag
:Tag a owl:Class .
#
# Generated by the OWL API (version 5.1.10.2019-03-12T22:31:15Z) https://github.com/owlcs/owlapi/