-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsieving_ASTM_B214-07.ttl
More file actions
189 lines (137 loc) · 5.75 KB
/
sieving_ASTM_B214-07.ttl
File metadata and controls
189 lines (137 loc) · 5.75 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
@prefix : <https://github.com/Mat-O-Lab/IOFMaterialsTutorial/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix iof: <https://spec.industrialontologies.org/ontology/core/Core/> .
@prefix iof-mat: <https://spec.industrialontologies.org/ontology/materials/Materials/> .
@prefix iof-qual: <https://spec.industrialontologies.org/ontology/qualities/> .
@prefix mod: <https://w3id.org/mod#> .
@prefix mutil: <https://github.com/Mat-O-Lab/MSEO/raw/main/domain/util/readable_bfo_iris.ttl/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
dcterms:abstract a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:license a owl:AnnotationProperty .
dcterms:source a owl:ObjectProperty ;
rdfs:label "source" .
rdfs:label a owl:AnnotationProperty .
owl:versionInfo a owl:AnnotationProperty .
: a owl:Ontology ;
rdfs:label "Sieving of Metal Powders according to ASTM_B214-07"@en ;
dcterms:abstract "The graph describes the measurement of particle size in metal powders according ASTM_B214-07"@en ;
dcterms:creator "Thomas Hanke" ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
owl:imports <https://github.com/Mat-O-Lab/MSEO/raw/main/domain/util/readable_bfo_iris.ttl>,
<https://raw.githubusercontent.com/iofoundry/ontology/'qualities'/qualities/qualities.rdf>,
<https://raw.githubusercontent.com/iofoundry/ontology/materials/materials/Materials.rdf> ;
owl:versionInfo "0.0.1" ;
mod:createdWith <https://chowlk.linkeddata.es/> .
:FeedStock a owl:NamedIndividual,
iof:MaterialArtifact ;
iof:designatedBy :FeedStockID ;
iof:isInputOf :TakingSample .
mutil:concretizes a owl:ObjectProperty ;
rdfs:label "concretizes" .
mutil:continuant_part_of_at_some_time a owl:ObjectProperty ;
rdfs:label "continuant_part_of_at_some_time" .
mutil:has_occurrent_part a owl:ObjectProperty ;
rdfs:label "has_occurrent_part" .
mutil:has_participant_at_some_time a owl:ObjectProperty ;
rdfs:label "has_participant_at_some_time" .
mutil:precedes a owl:ObjectProperty ;
rdfs:label "precedes" .
iof:designatedBy a owl:ObjectProperty ;
rdfs:label "designated by" .
iof:hasCapability a owl:ObjectProperty ;
rdfs:label "has capability" .
iof:hasOutput a owl:ObjectProperty ;
rdfs:label "has output" .
iof:hasQuality a owl:ObjectProperty ;
rdfs:label "has quality" .
iof:isAbout a owl:ObjectProperty ;
rdfs:label "is about" .
iof:isInputOf a owl:ObjectProperty ;
rdfs:label "is input of" .
iof:masuredByAtSomeTime a owl:ObjectProperty ;
rdfs:label "masured by at some time" .
iof:realizes a owl:ObjectProperty ;
rdfs:label "realizes" .
<https://www.astm.org/b0214-07.html> a owl:Class ;
rdfs:label "b0214-07.html" .
:ASTM_B214-07 a owl:NamedIndividual,
iof-mat:Standard .
:FeedStockID a owl:NamedIndividual,
iof:Identifier .
:MetalPowderSizeMeasurement a owl:NamedIndividual,
iof:MeasurementProcess ;
mutil:concretizes :ASTM_B214-07 ;
mutil:has_occurrent_part :MassMeasuring,
:Sieving ;
iof:hasOutput :OutputData .
:OutputData a owl:NamedIndividual,
iof:MeasurementInformationContentEntity ;
iof:isAbout :ParticleDiameter,
:ParticlesMassFraction .
:Particles a owl:NamedIndividual,
iof:Assembly ;
iof:hasQuality :ParticleDiameter,
:ParticlesMassFraction .
:Sieving a owl:NamedIndividual,
iof:MeasurementProcess ;
mutil:has_participant_at_some_time :Sieve ;
mutil:precedes :MassMeasuring ;
iof:realizes :ParticleDiameterMeasurementCapability .
:Specimen a owl:NamedIndividual,
iof-mat:Specimen ;
mutil:continuant_part_of_at_some_time :Particles ;
iof:designatedBy :SpecimenID ;
iof:isInputOf :MetalPowderSizeMeasurement .
:SpecimenID a owl:NamedIndividual,
iof:Identifier .
:TakingSample a owl:NamedIndividual,
iof-mat:SubdivisionProcess ;
iof:hasOutput :Specimen .
iof:Assembly a owl:Class ;
rdfs:label "Assembly" .
iof:MaterialArtifact a owl:Class ;
rdfs:label "Material Artifact" .
iof:MeasurementInformationContentEntity a owl:Class ;
rdfs:label "Measurement Information Content Entity" .
iof-mat:DistanceMeasurementCapability a owl:Class ;
rdfs:label "Distance Measurement Capability" .
iof-mat:ForceMeasurementCapability a owl:Class ;
rdfs:label "Force Measurement Capability" .
iof-mat:Specimen a owl:Class ;
rdfs:label "Specimen" .
iof-mat:Standard a owl:Class ;
rdfs:label "Standard" .
iof-mat:SubdivisionProcess a owl:Class ;
rdfs:label "Subdivision Process" .
iof-qual:Diameter a owl:Class ;
rdfs:label "Diameter" .
iof-qual:MaterialComposition a owl:Class ;
rdfs:label "Material Composition" .
:Balance a owl:NamedIndividual,
iof-mat:MeasurementDevice ;
iof:hasCapability :MassMeasurementCapability .
:MassMeasurementCapability a owl:NamedIndividual,
iof-mat:ForceMeasurementCapability .
:MassMeasuring a owl:NamedIndividual,
iof:MeasurementProcess ;
mutil:has_participant_at_some_time :Balance ;
iof:realizes :MassMeasurementCapability .
:ParticleDiameter a owl:NamedIndividual,
iof-qual:Diameter ;
iof:masuredByAtSomeTime :Sieve .
:ParticleDiameterMeasurementCapability a owl:NamedIndividual,
iof-mat:DistanceMeasurementCapability .
:ParticlesMassFraction a owl:NamedIndividual,
iof-qual:MaterialComposition ;
iof:masuredByAtSomeTime :Balance .
:Sieve a owl:NamedIndividual,
iof-mat:MeasurementDevice ;
iof:hasCapability :ParticleDiameterMeasurementCapability .
iof:Identifier a owl:Class ;
rdfs:label "Identifier" .
iof-mat:MeasurementDevice a owl:Class ;
rdfs:label "Measurement Device" .
iof:MeasurementProcess a owl:Class ;
rdfs:label "Measurement Process" .