-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcheminf-slim-prop.owl
34 lines (22 loc) · 1.13 KB
/
cheminf-slim-prop.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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://semanticchemistry.github.io/semanticchemistry/ontology/cheminf.owl#"
xml:base="http://semanticchemistry.github.io/semanticchemistry/ontology/cheminf.owl"
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://semanticchemistry.github.io/semanticchemistry/ontology/cheminf.owl"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://semanticscience.org/resource/CHEMINF_000200 -->
<owl:ObjectProperty rdf:about="http://semanticscience.org/resource/CHEMINF_000200">
<rdfs:label>has attribute</rdfs:label>
</owl:ObjectProperty>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.25) https://github.com/owlcs/owlapi -->