Sandbox4
This is version
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
. It is not the current version, and thus it cannot be edited.
Back to current version
Restore this version
Beispiel für Property-Chains: Herleitung Grandfather
#
Schema Wissen (T-Box)
#
Turtle
Help: Turtle
Edit turtle
si.father
si
:
father
rdf.type
rdf
:
type
rdf.Property
rdf
:
Property
;
rdfs.subPropertyOf
rdfs
:
subPropertyOf
si.parent
si
:
parent
.
si.parent
si
:
parent
rdf.type
rdf
:
type
owl.AsymmetricProperty
owl
:
AsymmetricProperty
.
si.grandfather
si
:
grandfather
rdf.type
rdf
:
type
rdf.Property
rdf
:
Property
.
si.grandparent
si
:
grandparent
a
rdf.Property
rdf
:
Property
;
owl.propertyChainAxiom
owl
:
propertyChainAxiom
(
si.parent
si
:
parent
si.father
si
:
father
)
.
si.familyName
si
:
familyName
a
owl.ObjectProperty
owl
:
ObjectProperty
.
si.referencedFamilyName
si
:
referencedFamilyName
rdfs.subPropertyOf
rdfs
:
subPropertyOf
si.familyName
si
:
familyName
.
Instanzen (A-Box)
#
Turtle
Help: Turtle
Edit turtle
si.Abe
si
:
Abe
a
owl.Thing
owl
:
Thing
;
si.familyName
si
:
familyName
"Simpson"
.
si.Homer
si
:
Homer
a
owl.Thing
owl
:
Thing
;
si.father
si
:
father
si.Abe
si
:
Abe
.
si.Bart
si
:
Bart
a
owl.Thing
owl
:
Thing
;
si.parent
si
:
parent
si.Homer
si
:
Homer
.
si.Lisa
si
:
Lisa
a
owl.Thing
owl
:
Thing
;
si.parent
si
:
parent
si.Homer
si
:
Homer
.
Queries
#
Bart
#
Sparql
Help: Sparql
Edit SPARQL
Download as XLSX
No ontology found! The package '' is not used to compile an ontology.
Internal error while rendering section: null
All Grandparent relations
#
Sparql
Help: Sparql
Edit SPARQL
Download as XLSX
No ontology found! The package '' is not used to compile an ontology.
Internal error while rendering section: null
All Family Names
#
Sparql
Help: Sparql
Edit SPARQL
Download as XLSX
No ontology found! The package '' is not used to compile an ontology.
Internal error while rendering section: null
All referenced family names
#
Sparql
Help: Sparql
Edit SPARQL
Download as XLSX
No ontology found! The package '' is not used to compile an ontology.
Internal error while rendering section: null
Package
Help: Package
propChainTest
Ontology
Help: Ontology
Refresh
OWL2_RL_REDUCED_OPTIMIZED
propChainTest
Namespace
Help: Namespace
si
http://www.example.org/ontology#