-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOntorel-Core-edit.owl
84 lines (57 loc) · 3.86 KB
/
Ontorel-Core-edit.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Prefix(:=<http://purl.obolibrary.org/obo/Ontorel-Core.owl#>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
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#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Ontology(<http://purl.obolibrary.org/obo/Ontorel-Core.owl>
Annotation(dcterms:description "None")
Annotation(dcterms:license <https://creativecommons.org/licenses/unspecified>)
Annotation(dcterms:title "Core ontology for ontorel")
Declaration(DataProperty(<http://purl.obolibrary.org/obo/Ontorel-Core_0000002>))
Declaration(DataProperty(<http://purl.obolibrary.org/obo/Ontorel-Core_0000003>))
Declaration(DataProperty(<http://purl.obolibrary.org/obo/Ontorel-Core_0000004>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000115>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/Ontorel-Core_0000005>))
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
Declaration(Datatype(<http://purl.obolibrary.org/obo/Ontorel-Core_0000001>))
############################
# Annotation Properties
############################
# Annotation Property: <http://purl.obolibrary.org/obo/IAO_0000115> (definition)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/IAO_0000115> "definition"@en)
# Annotation Property: <http://purl.obolibrary.org/obo/Ontorel-Core_0000005> (ontorel specification)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000115> <http://purl.obolibrary.org/obo/Ontorel-Core_0000005> "An annotation property used to tag relevant classes for ontorel generation."@en)
AnnotationAssertion(rdfs:comment <http://purl.obolibrary.org/obo/Ontorel-Core_0000005> "Three values for this annotation (WIP) :
- interest: means that the annotated class instances or associated data properties are of interest for a request.
- joint: means that the annotated clas or property is necessary for a jointure in the request.
- pivot: means that the annotated class is the pivot of the request."@en)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/Ontorel-Core_0000005> "ontorel specification"@en)
# Annotation Property: dcterms:description (description)
AnnotationAssertion(rdfs:label dcterms:description "description")
# Annotation Property: dcterms:license (license)
AnnotationAssertion(rdfs:label dcterms:license "license")
# Annotation Property: dcterms:title (title)
AnnotationAssertion(rdfs:label dcterms:title "title")
############################
# Data Properties
############################
# Data Property: <http://purl.obolibrary.org/obo/Ontorel-Core_0000002> (has textual value)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/Ontorel-Core_0000002> "has textual value"@en)
SubDataPropertyOf(<http://purl.obolibrary.org/obo/Ontorel-Core_0000002> owl:topDataProperty)
# Data Property: <http://purl.obolibrary.org/obo/Ontorel-Core_0000003> (has numerical value)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/Ontorel-Core_0000003> "has numerical value"@en)
SubDataPropertyOf(<http://purl.obolibrary.org/obo/Ontorel-Core_0000003> owl:topDataProperty)
# Data Property: <http://purl.obolibrary.org/obo/Ontorel-Core_0000004> (has temporal value)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/Ontorel-Core_0000004> "has temporal value"@en)
SubDataPropertyOf(<http://purl.obolibrary.org/obo/Ontorel-Core_0000004> owl:topDataProperty)
############################
# Datatypes
############################
# Datatype: <http://purl.obolibrary.org/obo/Ontorel-Core_0000001> (ISO8601DateTime)
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/Ontorel-Core_0000001> "ISO8601DateTime"@en)
)