aboutsummaryrefslogtreecommitdiffstats
path: root/schemas.lv2/manifest.ttl
blob: 2dbcbd47871dec66518fe39f17b9009aa9523e0e (plain)
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
26
27
28
29
30
31
32
33
34
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://ontologi.es/doap-changeset#>
	a owl:Ontology ;
	rdfs:seeAlso <dcs.ttl> .

<http://purl.org/dc/terms/>
	a owl:Ontology ;
	rdfs:seeAlso <dct.ttl> .

<http://usefulinc.com/ns/doap#>
	a owl:Ontology ;
	rdfs:seeAlso <doap.ttl> .

<http://xmlns.com/foaf/0.1/>
	a owl:Ontology ;
	rdfs:seeAlso <foaf.ttl> .

<http://www.w3.org/2002/07/owl>
	a owl:Ontology ;
	rdfs:seeAlso <owl.ttl> .

<http://www.w3.org/2000/01/rdf-schema#>
	a owl:Ontology ;
	rdfs:seeAlso <rdfs.ttl> .

<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
	a owl:Ontology ;
	rdfs:seeAlso <rdf.ttl> .

<http://www.w3.org/2001/XMLSchema#>
	a owl:Ontology ;
	rdfs:seeAlso <xsd.ttl> .