-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathblog.owl
56 lines (32 loc) · 2.08 KB
/
blog.owl
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/ontologies/2022/6/holmes-test#"
xml:base="http://www.semanticweb.org/ontologies/2022/6/holmes-test"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://www.semanticweb.org/ontologies/2022/6/holmes-test"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.semanticweb.org/ontologies/2022/6/holmes-test#acquire -->
<owl:Class rdf:about="http://www.semanticweb.org/ontologies/2022/6/holmes-test#acquire">
<owl:equivalentClass rdf:resource="http://www.semanticweb.org/ontologies/2022/6/holmes-test#buy"/>
<owl:equivalentClass rdf:resource="http://www.semanticweb.org/ontologies/2022/6/holmes-test#take_over"/>
<owl:equivalentClass rdf:resource="http://www.semanticweb.org/ontologies/2022/6/holmes-test#takeover"/>
<owl:equivalentClass rdf:resource="http://www.semanticweb.org/ontologies/2022/6/holmes-test#purchase"/>
</owl:Class>
<!-- http://www.semanticweb.org/ontologies/2022/6/holmes-test#buy -->
<owl:Class rdf:about="http://www.semanticweb.org/ontologies/2022/6/holmes-test#buy"/>
<!-- http://www.semanticweb.org/ontologies/2022/6/holmes-test#take_over -->
<owl:Class rdf:about="http://www.semanticweb.org/ontologies/2022/6/holmes-test#take_over"/>
<!-- http://www.semanticweb.org/ontologies/2022/6/holmes-test#takeover -->
<owl:Class rdf:about="http://www.semanticweb.org/ontologies/2022/6/holmes-test#takeover"/>
<!-- http://www.semanticweb.org/ontologies/2022/6/holmes-test#purchase -->
<owl:Class rdf:about="http://www.semanticweb.org/ontologies/2022/6/holmes-test#purchase"/>
</rdf:RDF>