-
Notifications
You must be signed in to change notification settings - Fork 3
/
TestOntology.rdf
58 lines (34 loc) · 2.1 KB
/
TestOntology.rdf
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
57
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/hwruser/ontologies/2024/3/untitled-ontology-515/"
xml:base="http://www.semanticweb.org/hwruser/ontologies/2024/3/untitled-ontology-515/"
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="https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#hasgot -->
<owl:ObjectProperty rdf:about="https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#hasgot">
<rdfs:domain rdf:resource="https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#aaaa"/>
<rdfs:range rdf:resource="https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#bbbb"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#aaaa -->
<owl:Class rdf:about="https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#aaaa"/>
<!-- https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#bbbb -->
<owl:Class rdf:about="https://github.com/corrado877/CognitiveBiasOntologies/blob/main/TestOntology.rdf#bbbb"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi -->