-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsm-module-adapter.sms.ttl
25 lines (23 loc) · 1.09 KB
/
sm-module-adapter.sms.ttl
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
# baseURI: http://onto.fel.cvut.cz/ontologies/lib/sm-module-adapter
# imports: http://onto.fel.cvut.cz/ontologies/lib/module
# imports: http://spinrdf.org/spl
# imports: http://topbraid.org/sparqlmotion
# imports: http://topbraid.org/sparqlmotionlib-core
@prefix arg: <http://spinrdf.org/arg#> .
@prefix kbss-module: <http://onto.fel.cvut.cz/ontologies/lib/module/> .
@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 sm: <http://topbraid.org/sparqlmotion#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sml: <http://topbraid.org/sparqlmotionlib#> .
<http://onto.fel.cvut.cz/ontologies/lib/sm-module-adapter>
rdf:type owl:Ontology ;
owl:imports <http://onto.fel.cvut.cz/ontologies/lib/module> ;
owl:imports <http://spinrdf.org/spl> ;
owl:imports <http://topbraid.org/sparqlmotion> ;
owl:imports <http://topbraid.org/sparqlmotionlib-core> ;
.