Semion
From STLab
Jump to: navigation, search
Semion
Source code
The source code is avilable at svn://wit.istc.cnr.it/trunk/Semion.
In order to checkout the code type in from command line the following
svn co svn://wit.istc.cnr.it/trunk/Semion Semion
Binaries
| Architecture | Release |
|---|---|
| Mac OS X 32 bit | |
| Mac OS X 64 bit | |
| Windows 32 bit | |
| Windows 64 bit | |
| Linux 32 bit | |
| Linux 64 bit | |
dbs = <http://ontologydesignpatterns.org/ont/iks/dbs_l1.owl#> .
owl = <http://www.w3.org/2002/07/owl#> .
rdf = <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
rdfs = <http://www.w3.org/2000/01/rdf-schema#>.
table2class[is(dbs:Table, ?table) -> is(owl:Class, ?table)] .
reportsTo[has(dbs:bindsToColumn, ?dat, dbSchema:Employees_reportsTo-column) .
values(dbs:hasContent, ?dat, ?cont) .
has(dbs:isDatumOf, ?dat, ?record) .
let(?uri, concat(
namespace(?dat),
concat("Employees_record_", str(?cont)))) .
newNode(?employee, ?uri)
->
is(owl:ObjectProperty, dbSchema:reportsTo) .
has(dbSchema:reportsTo, ?record, ?employee)
]
Retrieved from "http://stlab.istc.cnr.it/stlab/Semion"
