saref4inma_data_example.ttl 30.5 KB
Newer Older
María's avatar
María committed
@prefix : <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> .
@prefix ex: <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA# .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
María's avatar
María committed
@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#> .
María's avatar
María committed
@prefix time: <http://www.w3.org/2006/time#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
María's avatar
María committed
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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639
@base <https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> .

<https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#> rdf:type owl:Ontology ;
                                                     owl:imports <https://saref.etsi.org/saref4inma/> ;
                                                     owl:versionInfo "Created with TopBraid Composer"^^xsd:string .




#################################################################
#    Object Properties
#################################################################

###  https://saref.etsi.org/saref4inma/creates
s4inma:creates owl:inverseOf s4inma:isCreatedIn ;
               rdfs:comment "A relation between a production process (e.g., Batch) that creates one or more tangible objects (e.g., Items)"^^xsd:string .


###  https://saref.etsi.org/saref4inma/isCreatedIn

#################################################################
#    Data properties
#################################################################

###  https://saref.etsi.org/saref4inma/hasCertificate
s4inma:hasCertificate rdfs:range xsd:string .


#################################################################
#    Classes
#################################################################

###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#CuttingFunction
ex:CuttingFunction rdf:type owl:Class ;
                   rdfs:subClassOf s4inma:ProductionEquipmentFunction ,
                                   saref:ActuatingFunction .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#FormingFunction
ex:FormingFunction rdf:type owl:Class ;
                   rdfs:subClassOf s4inma:ProductionEquipmentFunction ,
                                   saref:ActuatingFunction ;
                   rdfs:comment "Example of actuating function used in SAREF4INMA. More functions can be defined if needed. It is also possible to link here function code lists from existing standards."^^xsd:string .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#JoiningFunction
ex:JoiningFunction rdf:type owl:Class ;
                   rdfs:subClassOf s4inma:ProductionEquipmentFunction ,
                                   saref:ActuatingFunction .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#LaserCuttingMachine
ex:LaserCuttingMachine rdf:type owl:Class ;
                       rdfs:subClassOf s4inma:ProductionEquipment .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#MillingMachine
ex:MillingMachine rdf:type owl:Class ;
                  rdfs:subClassOf s4inma:ProductionEquipment .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#MouldingMachine
ex:MouldingMachine rdf:type owl:Class ;
                   rdfs:subClassOf s4inma:ProductionEquipment .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Plastic
ex:Plastic rdf:type owl:Class ;
           rdfs:subClassOf s4inma:MaterialCategory .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Screw
ex:Screw rdf:type owl:Class ;
         rdfs:subClassOf s4inma:MaterialCategory .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#StampingMachine
ex:StampingMachine rdf:type owl:Class ;
                   rdfs:subClassOf s4inma:ProductionEquipment .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#SteelSheet
ex:SteelSheet rdf:type owl:Class ;
              rdfs:subClassOf s4inma:MaterialCategory .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#WeldingMachine
ex:WeldingMachine rdf:type owl:Class ;
                  rdfs:subClassOf s4inma:ProductionEquipment .


###  http://www.w3.org/2006/time#Instant
time:Instant rdf:type owl:Class .


###  https://w3id.org/def/saref4bldg#PhysicalObject
s4bldg:PhysicalObject rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/ActualMeasurement
s4inma:ActualMeasurement owl:disjointWith s4inma:ExpectedMeasurement ;
                         rdfs:comment "Describes whether the measurement is actually measured during the production process. Disjoint with ExpectedMeasurement."^^xsd:string .


###  https://saref.etsi.org/saref4inma/Area
s4inma:Area rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/Batch
s4inma:Batch rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty s4inma:hasIdentifier ;
                               owl:someValuesFrom s4inma:ID
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty s4inma:hasIDValue ;
                               owl:someValuesFrom xsd:string
                             ] .


###  https://saref.etsi.org/saref4inma/ExpectedMeasurement
s4inma:ExpectedMeasurement rdfs:comment "Describes whether the measurement is expected (i.e., planned before the production process). Disjoint with ActualMeasurement."^^xsd:string .


###  https://saref.etsi.org/saref4inma/Factory
s4inma:Factory rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/GTIN14ID
s4inma:GTIN14ID rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/GTIN8ID
s4inma:GTIN8ID rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/Item
s4inma:Item rdf:type owl:Class ;
            rdfs:subClassOf [ rdf:type owl:Restriction ;
                              owl:onProperty s4inma:hasIdentifier ;
                              owl:allValuesFrom s4inma:ID
                            ] ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty s4inma:hasIDValue ;
                              owl:allValuesFrom xsd:string
                            ] .


###  https://saref.etsi.org/saref4inma/ItemBatch
s4inma:ItemBatch rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/ItemCategory
s4inma:ItemCategory rdf:type owl:Class ;
                    rdfs:subClassOf [ rdf:type owl:Restriction ;
                                      owl:onProperty s4inma:hasIDValue ;
                                      owl:someValuesFrom xsd:string
                                    ] .


###  https://saref.etsi.org/saref4inma/MaterialBatch
s4inma:MaterialBatch rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/MaterialCategory
s4inma:MaterialCategory rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/Measurement
s4inma:Measurement rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/ProductionEquipment
s4inma:ProductionEquipment rdfs:subClassOf [ rdf:type owl:Restriction ;
                                             owl:onProperty s4inma:hasIDValue ;
                                             owl:someValuesFrom xsd:string
                                           ] .


###  https://saref.etsi.org/saref4inma/ProductionEquipmentCategory
s4inma:ProductionEquipmentCategory rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/Site
s4inma:Site rdf:type owl:Class .


###  https://saref.etsi.org/saref4inma/WorkCenter
s4inma:WorkCenter rdf:type owl:Class .


###  https://w3id.org/saref#ActuatingFunction
saref:ActuatingFunction rdf:type owl:Class .


###  https://w3id.org/saref#Device
saref:Device rdf:type owl:Class ;
             rdfs:subClassOf s4bldg:PhysicalObject ;
             rdfs:label "Device"^^xsd:string .


###  https://w3id.org/saref#Temperature
saref:Temperature rdf:type owl:Class .


###  https://w3id.org/saref#TemperatureSensor
saref:TemperatureSensor rdf:type owl:Class .


#################################################################
#    Individuals
#################################################################

###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#ABS_Plastic_Role_8mm_MaterialBatch742
ex:ABS_Plastic_Role_8mm_MaterialBatch742 rdf:type owl:NamedIndividual ,
                                                  s4inma:MaterialBatch ;
                                         s4inma:hasCertificate "ABS High-precision quality max tolerance of 0.1mm" ;
                                         s4inma:belongsToCategory ex:ABS_Plastic_Role_8mm_MaterialCategory ;
                                         s4inma:hasIdentifier ex:nr71324352 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#ABS_Plastic_Role_8mm_MaterialCategory
ex:ABS_Plastic_Role_8mm_MaterialCategory rdf:type owl:NamedIndividual ,
                                                  ex:Plastic .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#BIC_Site_A
ex:BIC_Site_A rdf:type owl:NamedIndividual ,
                       s4inma:Site ;
              s4bldg:hasSpace ex:BIC_Site_A_Area_18 ,
                              ex:BIC_Site_A_Area_19 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#BIC_Site_A_Area_18
ex:BIC_Site_A_Area_18 rdf:type owl:NamedIndividual ,
                               s4inma:Area ;
                      s4bldg:contains ex:Cutting_and_Milling_WorkCenter .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#BIC_Site_A_Area_19
ex:BIC_Site_A_Area_19 rdf:type owl:NamedIndividual ,
                               s4inma:Area ;
                      s4bldg:contains ex:Welding_WorkCenter .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#BIC_Site_B
ex:BIC_Site_B rdf:type owl:NamedIndividual ,
                       s4inma:Site .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#CuttingFunction
ex:CuttingFunction rdf:type owl:NamedIndividual .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Cutting_and_Milling_WorkCenter
ex:Cutting_and_Milling_WorkCenter rdf:type owl:NamedIndividual ,
                                           s4inma:WorkCenter .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Eindhoven_BIC
ex:Eindhoven_BIC rdf:type owl:NamedIndividual ,
                          s4inma:Factory ;
                 s4bldg:hasSpace ex:BIC_Site_A ,
                                 ex:BIC_Site_B .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#End_Time_Batch392
ex:End_Time_Batch392 rdf:type owl:NamedIndividual ,
                              time:Instant .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#JIDFUHWEUF323
ex:JIDFUHWEUF323 rdf:type owl:NamedIndividual ,
                          s4inma:GTIN14ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#JSDFHKLSDF982374
ex:JSDFHKLSDF982374 rdf:type owl:NamedIndividual ,
                             s4inma:GTIN14ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#JoiningFunction
ex:JoiningFunction rdf:type owl:NamedIndividual .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Laser_Cutting_Machine_1
ex:Laser_Cutting_Machine_1 rdf:type owl:NamedIndividual ,
                                    ex:LaserCuttingMachine ;
                           s4bldg:isContainedIn ex:Welding_WorkCenter ;
                           s4inma:belongsToCategory ex:Lazor_Series_8030_ProdEquipCategory ;
                           saref:hasFunction ex:CuttingFunction .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Lazor_Series_8030_ProdEquipCategory
ex:Lazor_Series_8030_ProdEquipCategory rdf:type owl:NamedIndividual ,
                                                s4inma:ProductionEquipmentCategory ;
                                       s4inma:isCategoryOf ex:Laser_Cutting_Machine_1 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#PhilBrau_S40-S50_Generic_Body_ItemBatch3290
ex:PhilBrau_S40-S50_Generic_Body_ItemBatch3290 rdf:type owl:NamedIndividual ,
                                                        s4inma:ItemBatch ;
                                               s4inma:consistsOfBatch ex:ABS_Plastic_Role_8mm_MaterialBatch742 ,
                                                                      ex:Torx_screws_D2mm_L8mm_MaterialBatch323 ;
                                               s4inma:hasIdentifier ex:nr55689876777421 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392
ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 rdf:type owl:NamedIndividual ,
                                                          s4inma:ItemBatch ;
                                                 s4inma:creates ex:Shaver10023 ;
                                                 time:hasBeginning ex:Start_Time_Batch392 ;
                                                 time:hasEnd ex:End_Time_Batch392 ;
                                                 s4inma:belongsToCategory ex:PhilBrau_S40_Premium_Gold_Shaver_ItemCategory ;
                                                 s4inma:hasIdentifier ex:nr34275874234908 ;
                                                 s4inma:isFeatureOfInterestOf ex:Welding_Machine_2_Measurement_W101520_AVG ;
                                                 s4inma:needsEquipment ex:Laser_Cutting_Machine_1 ;
                                                 saref:hasProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#PhilBrau_S40_Premium_Gold_Shaver_ItemCategory
ex:PhilBrau_S40_Premium_Gold_Shaver_ItemCategory rdf:type owl:NamedIndividual ,
                                                          s4inma:ItemCategory ;
                                                 s4inma:hasIdentifier ex:nr98647656 ;
                                                 s4inma:hasModelNumber "nr98647656"^^xsd:string ;
                                                 s4inma:isCategoryOf ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 ;
                                                 s4inma:isProducedBy ex:Lazor_Series_8030_ProdEquipCategory ;
                                                 saref:hasManufacturer "PhilBrau"^^xsd:string ;
                                                 saref:relatesToMeasurement ex:WeldMachineTempSensor1_Measurement_A10568 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Philips_screws_D2mm_L8mm_MaterialCategory
ex:Philips_screws_D2mm_L8mm_MaterialCategory rdf:type owl:NamedIndividual ,
                                                      ex:Screw .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Shaver10023
ex:Shaver10023 rdf:type owl:NamedIndividual ,
                        s4inma:Item ;
               s4inma:isCreatedIn ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 ;
               s4inma:consistsOfItem ex:ShaverBody9440 ,
                                     ex:ShaverHead3002 ,
                                     ex:StepMotor083 ;
               s4inma:hasIdentifier ex:nr7865654345676 ;
               s4inma:isFeatureOfInterestOf ex:Welding_Machine_2_Measurement_W101520 ,
                                            ex:Welding_Machine_2_Measurement_W101521 ,
                                            ex:Welding_Machine_2_Measurement_W101522 ,
                                            ex:Welding_Machine_2_Measurement_W101523 ;
               saref:hasProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#ShaverBody9440
ex:ShaverBody9440 rdf:type owl:NamedIndividual ,
                           s4inma:Item ;
                  s4inma:isCreatedIn ex:PhilBrau_S40-S50_Generic_Body_ItemBatch3290 ;
                  s4inma:hasIdentifier ex:UFHLEIJKFNESDKL323 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#ShaverHead3002
ex:ShaverHead3002 rdf:type owl:NamedIndividual ,
                           s4inma:Item ;
                  s4inma:consistsOfItem ex:Steel_Sheets_RVS331_MaterialBatch311 ;
                  s4inma:hasIdentifier ex:JIDFUHWEUF323 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Start_Time_Batch392
ex:Start_Time_Batch392 rdf:type owl:NamedIndividual ,
                                time:Instant .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Steel_Sheets_RVS331_MaterialBatch311
ex:Steel_Sheets_RVS331_MaterialBatch311 rdf:type owl:NamedIndividual ,
                                                 s4inma:MaterialBatch ;
                                        s4inma:hasCertificate "Steel Certificate 3.1" ;
                                        s4inma:belongsToCategory ex:Steel_Sheets_RVS331_MaterialCategory ;
                                        s4inma:hasIdentifier ex:nr79009856 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Steel_Sheets_RVS331_MaterialCategory
ex:Steel_Sheets_RVS331_MaterialCategory rdf:type owl:NamedIndividual ,
                                                 ex:SteelSheet .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#StepMotor083
ex:StepMotor083 rdf:type owl:NamedIndividual ,
                         s4inma:Item ;
                s4inma:isCreatedIn ex:Step_Moters_Q88_Secure_ItemBatch423 ;
                s4inma:hasIdentifier ex:JSDFHKLSDF982374 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Step_Moters_Q88_Secure_ItemBatch423
ex:Step_Moters_Q88_Secure_ItemBatch423 rdf:type owl:NamedIndividual ,
                                                s4inma:ItemBatch ;
                                       s4inma:consistsOfItem ex:Steel_Sheets_RVS331_MaterialBatch311 ,
                                                             ex:Torx_screws_D2mm_L8mm_MaterialBatch323 ;
                                       s4inma:hasIdentifier ex:nr34254657687978 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Step_Motors_Q88_Secure_ItemCategory
ex:Step_Motors_Q88_Secure_ItemCategory rdf:type owl:NamedIndividual ,
                                                s4inma:ItemCategory ;
                                       s4inma:hasIdentifier ex:nr83049304 ;
                                       s4inma:isProducedBy ex:Lazor_Series_8030_ProdEquipCategory ,
                                                           ex:WandI_Welding_Series_1000_ProdEquipCategory .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Torx_screws_D2mm_L8mm_MaterialBatch323
ex:Torx_screws_D2mm_L8mm_MaterialBatch323 rdf:type owl:NamedIndividual ,
                                                   s4inma:MaterialBatch ;
                                          s4inma:belongsToCategory ex:Torx_screws_D2mm_L8mm_MaterialCategory ;
                                          s4inma:hasIdentifier ex:nr74536275 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Torx_screws_D2mm_L8mm_MaterialBatch324
ex:Torx_screws_D2mm_L8mm_MaterialBatch324 rdf:type owl:NamedIndividual ,
                                                   s4inma:MaterialBatch ;
                                          s4inma:belongsToCategory ex:Torx_screws_D2mm_L8mm_MaterialCategory ;
                                          s4inma:hasIdentifier ex:nr76567876 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Torx_screws_D2mm_L8mm_MaterialCategory
ex:Torx_screws_D2mm_L8mm_MaterialCategory rdf:type owl:NamedIndividual ,
                                                   ex:Screw .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#UFHLEIJKFNESDKL323
ex:UFHLEIJKFNESDKL323 rdf:type owl:NamedIndividual ,
                               s4inma:GTIN14ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#WandI_Welding_Series_1000_ProdEquipCategory
ex:WandI_Welding_Series_1000_ProdEquipCategory rdf:type owl:NamedIndividual ,
                                                        s4inma:ProductionEquipmentCategory .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#WeldMachineTempSensor1_Measurement_A10568
ex:WeldMachineTempSensor1_Measurement_A10568 rdf:type owl:NamedIndividual ,
                                                      s4inma:Measurement ;
                                             saref:hasValue 228 ;
                                             saref:isMeasuredByDevice ex:WeldingMachineTemperatureSensor1 ;
                                             saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius> ;
                                             saref:relatesToProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#WeldingMachineTemperatureSensor1
ex:WeldingMachineTemperatureSensor1 rdf:type owl:NamedIndividual ,
                                             saref:TemperatureSensor ;
                                    saref:makesMeasurement ex:WeldMachineTempSensor1_Measurement_A10568 ,
                                                           ex:Welding_Machine_2_Measurement_W101520 ,
                                                           ex:Welding_Machine_2_Measurement_W101520_AVG ,
                                                           ex:Welding_Machine_2_Measurement_W101521 ,
                                                           ex:Welding_Machine_2_Measurement_W101522 ,
                                                           ex:Welding_Machine_2_Measurement_W101523 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#WeldingMachineTemperatureSensor2
ex:WeldingMachineTemperatureSensor2 rdf:type owl:NamedIndividual ,
                                             saref:TemperatureSensor .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#WeldingTemperature
ex:WeldingTemperature rdf:type owl:NamedIndividual ,
                               saref:Temperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_1
ex:Welding_Machine_1 rdf:type owl:NamedIndividual ,
                              ex:WeldingMachine ;
                     s4inma:belongsToCategory ex:WandI_Welding_Series_1000_ProdEquipCategory ;
                     saref:controlsProperty ex:WeldingTemperature ;
                     saref:hasFunction ex:JoiningFunction .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_2
ex:Welding_Machine_2 rdf:type owl:NamedIndividual ,
                              ex:WeldingMachine ;
                     s4bldg:isContainedIn ex:Welding_WorkCenter ;
                     s4inma:belongsToCategory ex:WandI_Welding_Series_1000_ProdEquipCategory ;
                     saref:consistsOf ex:WeldingMachineTemperatureSensor1 ;
                     saref:controlsProperty ex:WeldingTemperature ;
                     saref:hasFunction ex:JoiningFunction ;
                     saref:makesMeasurement ex:Welding_Machine_2_Measurement_W101520 ,
                                            ex:Welding_Machine_2_Measurement_W101520_AVG ,
                                            ex:Welding_Machine_2_Measurement_W101521 ,
                                            ex:Welding_Machine_2_Measurement_W101522 ,
                                            ex:Welding_Machine_2_Measurement_W101523 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_2_Measurement_W101520
ex:Welding_Machine_2_Measurement_W101520 rdf:type owl:NamedIndividual ,
                                                  s4inma:ActualMeasurement ;
                                         s4inma:hasFeatureOfInterest ex:Shaver10023 ;
                                         saref:hasTimestamp "2019-01-28T12:11:10"^^xsd:dateTime ;
                                         saref:hasValue 223 ;
                                         saref:isMeasuredByDevice ex:WeldingMachineTemperatureSensor1 ;
                                         saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius> ;
                                         saref:relatesToProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_2_Measurement_W101520_AVG
ex:Welding_Machine_2_Measurement_W101520_AVG rdf:type owl:NamedIndividual ,
                                                      s4inma:ActualMeasurement ;
                                             s4inma:hasFeatureOfInterest ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 ;
                                             saref:hasTimestamp "2019-01-28T12:11:40"^^xsd:dateTime ;
                                             saref:hasValue 232 ;
                                             saref:isMeasuredByDevice ex:WeldingMachineTemperatureSensor1 ;
                                             saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius> ;
                                             saref:relatesToProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_2_Measurement_W101521
ex:Welding_Machine_2_Measurement_W101521 rdf:type owl:NamedIndividual ,
                                                  s4inma:ActualMeasurement ;
                                         s4inma:hasFeatureOfInterest ex:Shaver10023 ;
                                         saref:hasTimestamp "2019-01-28T12:11:20"^^xsd:dateTime ;
                                         saref:hasValue 228 ;
                                         saref:isMeasuredByDevice ex:WeldingMachineTemperatureSensor1 ;
                                         saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius> ;
                                         saref:relatesToProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_2_Measurement_W101522
ex:Welding_Machine_2_Measurement_W101522 rdf:type owl:NamedIndividual ,
                                                  s4inma:ActualMeasurement ;
                                         s4inma:hasFeatureOfInterest ex:Shaver10023 ;
                                         saref:hasTimestamp "2019-01-28T12:11:30"^^xsd:dateTime ;
                                         saref:hasValue 231 ;
                                         saref:isMeasuredByDevice ex:WeldingMachineTemperatureSensor1 ;
                                         saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius> ;
                                         saref:relatesToProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_Machine_2_Measurement_W101523
ex:Welding_Machine_2_Measurement_W101523 rdf:type owl:NamedIndividual ,
                                                  s4inma:ActualMeasurement ;
                                         s4inma:hasFeatureOfInterest ex:Shaver10023 ;
                                         saref:hasTimestamp "2019-01-28T12:11:40"^^xsd:dateTime ;
                                         saref:hasValue 232 ;
                                         saref:isMeasuredByDevice ex:WeldingMachineTemperatureSensor1 ;
                                         saref:isMeasuredIn <http://www.wurvoc.org/vocabularies/om-1.8/degree_Celsius> ;
                                         saref:relatesToProperty ex:WeldingTemperature .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#Welding_WorkCenter
ex:Welding_WorkCenter rdf:type owl:NamedIndividual ,
                               s4inma:WorkCenter ;
                      saref:consistsOf ex:Laser_Cutting_Machine_1 ,
                                       ex:Welding_Machine_1 ,
                                       ex:Welding_Machine_2 .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr34254657687978
ex:nr34254657687978 rdf:type owl:NamedIndividual ,
                             s4inma:GTIN14ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr34275874234908
ex:nr34275874234908 rdf:type owl:NamedIndividual ,
                             s4inma:GTIN14ID ;
                    s4inma:hasIDValue "nr34275874234908"^^xsd:string .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr55689876777421
ex:nr55689876777421 rdf:type owl:NamedIndividual ,
                             s4inma:GTIN14ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr71324352
ex:nr71324352 rdf:type owl:NamedIndividual ,
                       s4inma:GTIN8ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr74536275
ex:nr74536275 rdf:type owl:NamedIndividual ,
                       s4inma:GTIN8ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr76567876
ex:nr76567876 rdf:type owl:NamedIndividual ,
                       s4inma:GTIN8ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr7865654345676
ex:nr7865654345676 rdf:type owl:NamedIndividual ,
                            s4inma:GTIN14ID ;
                   s4inma:hasIDValue "nr7865654345676"^^xsd:string .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr79009856
ex:nr79009856 rdf:type owl:NamedIndividual ,
                       s4inma:GTIN8ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr82849583748573
ex:nr82849583748573 rdf:type owl:NamedIndividual ,
                             s4inma:GTIN14ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr83049304
ex:nr83049304 rdf:type owl:NamedIndividual ,
                       s4inma:GTIN8ID .


###  https://saref.etsi.org/saref4inma/v1.1.2/example/example1INMA#nr98647656
ex:nr98647656 rdf:type owl:NamedIndividual ,
                       s4inma:GTIN8ID ;
              s4inma:hasIDValue "nr98647656"^^xsd:string .


[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
] .

[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
 ] .

[ owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger
 ] .

#################################################################
#    Annotations
#################################################################

ex:CuttingFunction rdfs:comment "Example of actuating function used in SAREF4INMA. More functions can be defined if needed. It is also possible to link here function code lists from existing standards."^^xsd:string .


ex:JoiningFunction rdfs:comment "Example of actuating function used in SAREF4INMA. More functions can be defined if needed. It is also possible to link here function code lists from existing standards."^^xsd:string .


###  Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi