-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmrOWL.owl
32 lines (20 loc) · 1016 Bytes
/
mrOWL.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.semanticweb.org/rob/ontologies/2022/2/untitled-ontology-58#"
xml:base="http://www.semanticweb.org/rob/ontologies/2022/2/untitled-ontology-58"
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://purl.org/mrowl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/mrowl#subProperty -->
<owl:ObjectProperty rdf:about="http://purl.org/mrowl#subProperty"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->