-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmdo-full.owl
89 lines (53 loc) · 3.33 KB
/
mdo-full.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?xml version="1.0"?>
<rdf:RDF xmlns="https://w3id.org/mdo/full/"
xml:base="https://w3id.org/mdo/full/"
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#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:structure="https://w3id.org/mdo/structure/"
xmlns:provenance="https://w3id.org/mdo/provenance/"
xmlns:calculation="https://w3id.org/mdo/calculation/">
<owl:Ontology rdf:about="https://w3id.org/mdo/full/">
<owl:versionIRI rdf:resource="https://w3id.org/mdo/full/1.1/"/>
<owl:imports rdf:resource="https://w3id.org/mdo/calculation/1.1/"/>
<owl:imports rdf:resource="https://w3id.org/mdo/provenance/1.1/"/>
<owl:imports rdf:resource="https://w3id.org/mdo/structure/1.1/"/>
<terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Patrick Lambrix</terms:contributor>
<terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Rickard Armiento</terms:contributor>
<terms:created>2019-11-07</terms:created>
<terms:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Huanyu Li</terms:creator>
<terms:license>https://github.com/LiUSemWeb/Materials-Design-Ontology/blob/master/LICENSE</terms:license>
<terms:title xml:lang="en">Materials Design Ontology - Full</terms:title>
<vann:preferredNamespacePrefix>mdo</vann:preferredNamespacePrefix>
<vann:preferredNamespaceUri>https://w3id.org/mdo/full/1.1/</vann:preferredNamespaceUri>
<rdfs:comment xml:lang="en">This is the Materials Design Ontology.</rdfs:comment>
<rdfs:seeAlso>https://github.com/LiUSemWeb/Materials-Design-Ontology</rdfs:seeAlso>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1.1</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.org/dc/terms/contributor -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://purl.org/dc/terms/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/title"/>
<!-- http://purl.org/vocab/vann/preferredNamespacePrefix -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix"/>
<!-- http://purl.org/vocab/vann/preferredNamespaceUri -->
<owl:AnnotationProperty rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi -->