blob: e75a04bbf93b2ce99839d839ea7cc4a2c9b0e248 (
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:examples/example1.ttl> .
<file:examples/example1.ttl> rdf:type owl:Ontology ;
owl:imports <file:examples/example1.owl> .
:a rdf:type :A .
|