blob: f084b2d442c98cd47608cfdc037403e2ce5eb4fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
@prefix : <http://example.com/rsa_example.owl#> .
@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#> .
@base <file:/home/fedgne/git/RSA-combined-approach/examples/example1.ttl> .
<file:/home/fedgne/git/RSA-combined-approach/examples/example1.ttl> rdf:type owl:Ontology ;
owl:imports <file:/home/fedgne/git/RSA-combined-approach/examples/example1.owl> .
:a rdf:type :A .
|