-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathceramic.ttl
More file actions
79 lines (38 loc) · 3.45 KB
/
ceramic.ttl
File metadata and controls
79 lines (38 loc) · 3.45 KB
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
@prefix : <http://matonto.org/ontologies/ceramic##> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://matonto.org/ontologies/ceramic#> .
<http://matonto.org/ontologies/ceramic#> rdf:type owl:Ontology ;
owl:versionInfo "1.0" ;
owl:imports <http://matonto.org/ontologies/matonto> ;
owl:versionIRI <http://matonto.org/ontologies/ceramic/1.0> .
#################################################################
#
# Classes
#
#################################################################
### http://matonto.org/ontologies/ceramic#ceramic
<http://matonto.org/ontologies/ceramic#ceramic> rdf:type owl:Class ;
rdfs:label "ceramic"^^xsd:string ;
rdfs:subClassOf <http://matonto.org/ontologies/matonto#Material> ;
rdfs:comment "A ceramic that is studied in materials science"^^xsd:string .
### http://matonto.org/ontologies/ceramic#chemicalClass
<http://matonto.org/ontologies/ceramic#chemicalClass> rdf:type owl:Class ;
rdfs:label "Chemical Class"^^xsd:string ;
rdfs:subClassOf <http://ontology.dumontierlab.com/ChemicalQuality> .
### http://matonto.org/ontologies/ceramic#chemicalFamily
<http://matonto.org/ontologies/ceramic#chemicalFamily> rdf:type owl:Class ;
rdfs:label "Chemical Family"^^xsd:string ;
rdfs:subClassOf <http://ontology.dumontierlab.com/ChemicalQuality> .
### http://matonto.org/ontologies/ceramic#chemicalFormula
<http://matonto.org/ontologies/ceramic#chemicalFormula> rdf:type owl:Class ;
rdfs:label "Chemical Formula"^^xsd:string ;
rdfs:subClassOf <http://ontology.dumontierlab.com/ChemicalQuality> .
### http://matonto.org/ontologies/ceramic#structureType
<http://matonto.org/ontologies/ceramic#structureType> rdf:type owl:Class ;
rdfs:label "Structure Type"^^xsd:string ;
rdfs:subClassOf <http://matonto.org/ontologies/matonto#MaterialQuality> .
### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net