summaryrefslogtreecommitdiff
path: root/tests/functional-tests/test-ontologies/simple/92-test.ontology
blob: b554009af2614f3169430b7020aa7ef19e72a15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix test: <http://example.org/ns#> .
@prefix test2: <http://example2.org/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix nrl: <http://tracker.api.gnome.org/ontology/v3/nrl#> .

test2: a nrl:Namespace, nrl:Ontology ;
        nrl:lastModified "2010-03-24T11:00:04Z" ;
        nrl:prefix "test2" .

test2:C a rdfs:Class ;
    rdfs:subClassOf test:B . # Was test:A