-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrdfeditor.ttl
More file actions
230 lines (207 loc) · 10.2 KB
/
Copy pathrdfeditor.ttl
File metadata and controls
230 lines (207 loc) · 10.2 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
@prefix schema: <http://schema.org/> .
@prefix cvocab: <http://open-services.net/ns/core#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix awol: <http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix sioct: <http://rdfs.org/sioc/types#> .
@prefix oplweb: <http://www.openlinksw.com/schemas/oplweb#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix siocs: <http://rdfs.org/sioc/services#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix prodont: <http://www.productontology.org/id/> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix oplrdfe: <http://www.openlinksw.com/ontology/rdfeditor#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix gc: <http://www.oegov.org/core/owl/gc> .
@prefix fresnel: <http://www.w3.org/2004/09/fresnel#> .
<http://www.openlinksw.com/ontology/rdfeditor#> a owl:Ontology ;
rdfs:label """OpenLink RDF Editor Ontology"""^^xsd:string ;
rdfs:comment """Ontology that defines entity and relation types used to describe OpenLink RDF Editor."""^^xsd:string ;
wdrs:describedby <http://www.openlinksw.com/ontology/rdfeditor> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
schema:creator <http://www.openlinksw.com/#this> ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
owl:versionInfo "1.0.0"^^xsd:string ;
owl:imports <http://purl.org/goodrelations/v1> ,
<http://xmlns.com/foaf/0.1/> ,
<http://www.w3.org/2002/07/owl#> ,
<http://www.w3.org/1999/02/22-rdf-syntax-ns#> ,
<http://purl.org/dc/terms/> ,
<http://www.w3.org/2004/09/fresnel#> ;
<http://open.vocab.org/terms/defines>
oplrdfe:Editor ,
oplrdfe:OntologyImport ,
oplrdfe:EditorTemplate ,
oplrdfe:hasOntology ,
oplrdfe:hasCustomSource ,
oplrdfe:hasEditorTemplate ,
oplrdfe:hasLens ,
oplrdfe:hasRestriction ,
oplrdfe:isCustomTripleCreationEnabled ,
oplrdfe:isPropertiesListingWithValuesEnabled ,
oplrdfe:isPropertiesListingWithCardinalityEnabled ,
oplrdfe:hasImportedOntology ;
schema:about
oplrdfe:Editor ,
oplrdfe:OntologyImport ,
oplrdfe:EditorTemplate ,
oplrdfe:hasOntology ,
oplrdfe:hasCustomSource ,
oplrdfe:hasEditorTemplate ,
oplrdfe:hasLens ,
oplrdfe:hasRestriction ,
oplrdfe:isCustomTripleCreationEnabled ,
oplrdfe:isPropertiesListingWithValuesEnabled ,
oplrdfe:isPropertiesListingWithCardinalityEnabled ,
oplrdfe:hasImportedOntology .
<http://open.vocab.org/terms/defines> owl:inverseOf <http://www.w3.org/2007/05/powder-s#describedby> .
<http://www.openlinksw.com/DAV/data/turtle/rdfeditor.ttl>
a foaf:Document , schema:TechArticle ;
rdfs:label "OpenLink RDF Editor Ontology Description Document (Turtle)" ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe an OpenLink ontology for RDF Editor."""^^xsd:string ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/rdfeditor#> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
xhv:canonical <http://www.openlinksw.com/ontology/rdfeditor> ;
xhv:describes <http://www.openlinksw.com/ontology/rdfeditor#> ;
schema:about <http://www.openlinksw.com/ontology/rdfeditor#> ;
dcterms:subject <http://www.openlinksw.com/ontology/rdfeditor#> .
<http://www.openlinksw.com/data/turtle/rdfeditor.ttl>
a foaf:Document ;
rdfs:label "OpenLink RDF Editor Ontology Description Document (Turtle)" ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a turtle document that uses Linked Data oriented content to describe RDF Editor Ontology."""^^xsd:string ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/rdfeditor#> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
xhv:canonical <http://www.openlinksw.com/ontology/rdfeditor> ;
xhv:describes <http://www.openlinksw.com/ontology/rdfeditor#> ;
schema:about <http://www.openlinksw.com/ontology/rdfeditor#> ;
dcterms:subject <http://www.openlinksw.com/ontology/rdfeditor#> .
<http://www.openlinksw.com/ontology/rdfeditor>
a foaf:Document , schema:TechArticle ;
rdfs:label """OpenLink RDF Editor Ontology Description Document"""^^xsd:string ;
cc:license <http://creativecommons.org/licenses/by-sa/3.0/> ;
dcterms:created "2014-05-18T13:00:00-05:00"^^xsd:dateTime ;
dcterms:modified "2015-03-20T13:38:00-05:00"^^xsd:dateTime ;
schema:creator <http://www.openlinksw.com/#this> ;
rdfs:comment """This is a document that uses Linked Data oriented content to describe OpenLink RDF Editor Ontology."""^^xsd:string ;
dcterms:subject <http://www.openlinksw.com/ontology/rdfeditor#> ;
foaf:primaryTopic <http://www.openlinksw.com/ontology/rdfeditor#> ;
foaf:topic
oplrdfe:Editor ,
oplrdfe:OntologyImport ,
oplrdfe:EditorTemplate ,
oplrdfe:hasOntology ,
oplrdfe:hasCustomSource ,
oplrdfe:hasEditorTemplate ,
oplrdfe:hasLens ,
oplrdfe:hasRestriction ,
oplrdfe:isCustomTripleCreationEnabled ,
oplrdfe:isPropertiesListingWithValuesEnabled ,
oplrdfe:isPropertiesListingWithCardinalityEnabled ,
oplrdfe:hasImportedOntology .
# <-------------- RDF Editor --------------> #
# <-------------- RDF Editor Classes --------------> #
oplrdfe:Editor
a owl:Class ;
rdfs:label "Editor"^^xsd:string ;
rdfs:comment """Editor"""^^xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> .
oplrdfe:OntologyImport
a owl:Class ;
rdfs:label "Ontology Import" ;
rdfs:comment """A class which allows to import an ontology and set the ontology's optional source
(this is useful for intranet-solutions)."""^^xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/schemas/rdfeditor#> .
oplrdfe:EditorTemplate
a owl:Class ;
rdfs:subClassOf fresnel:Lens ;
rdfs:label "EditorTemplate"^^xsd:string ;
rdfs:comment """Editor Template"""^^xsd:string ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> .
# <-------------- RDF Editor Properties --------------> #
oplrdfe:hasOntology
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "hasOntology"^^xsd:string ;
rdfs:comment """An Ontology URI"""^^xsd:string ;
rdfs:domain oplrdfe:OntologyImport ;
rdfs:range rdfs:Resource .
oplrdfe:hasImportedOntology
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "hasImportedOntology"^^xsd:string ;
rdfs:comment """An Imported Ontology"""^^xsd:string ;
rdfs:domain oplrdfe:Editor ;
rdfs:range oplrdfe:OntologyImport .
oplrdfe:hasCustomSource
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "hasCustomSource"^^xsd:string ;
rdfs:comment """A Custom Source URL"""^^xsd:string ;
rdfs:domain oplrdfe:OntologyImport ;
rdfs:range rdfs:Resource .
oplrdfe:hasEditorTemplate
a owl:ObjectProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "hasEditorTemplate"^^xsd:string ;
rdfs:comment """A Custom Source URL"""^^xsd:string ;
rdfs:domain oplrdfe:Editor ;
rdfs:range oplrdfe:EditorTemplate .
oplrdfe:hasLens
a owl:ObjectProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "hasLens"^^xsd:string ;
rdfs:comment """A Custom Source URL"""^^xsd:string ;
rdfs:domain oplrdfe:EditorTemplate ;
rdfs:range fresnel:Lens .
oplrdfe:hasRestriction
a owl:ObjectProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "hasRestriction"^^xsd:string ;
rdfs:comment """Editor Template Restriction"""^^xsd:string ;
rdfs:domain oplrdfe:EditorTemplate ;
rdfs:range owl:Restriction .
oplrdfe:isCustomTripleCreationEnabled
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "isCustomTripleCreationEnabled"^^xsd:string ;
rdfs:comment """Property which essentially is a flag to enable or disable custom triple creation."""^^xsd:string ;
rdfs:domain oplrdfe:EditorTemplate ;
rdfs:range xsd:boolean .
oplrdfe:isPropertiesListingWithValuesEnabled
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label """isPropertiesListingWithValuesEnabled"""^^xsd:string ;
rdfs:comment """Property which essentially is a flag to enable or disable listing of properties which are not
'officially' part of the editor template but have values."""^^xsd:string ;
rdfs:domain oplrdfe:EditorTemplate ;
rdfs:range xsd:boolean .
oplrdfe:isPropertiesListingWithCardinalityEnabled
a owl:DatatypeProperty , rdf:Property ;
rdfs:isDefinedBy <http://www.openlinksw.com/ontology/rdfeditor#> ;
rdfs:label "isPropertiesListingWithCardinalityEnabled"^^xsd:string ;
rdfs:comment """Property which essentially is a flag to enable or disable listing of properties which are not
'officially' part of the editor template but have a cardinality greater than 0."""^^xsd:string ;
rdfs:domain oplrdfe:EditorTemplate ;
rdfs:range xsd:boolean .