Commit 2a2af7f1 authored by María's avatar María
Browse files

remove restriction about s4inma:hasIDValue from ProductionEquiptment as it is...

remove restriction about s4inma:hasIDValue from ProductionEquiptment as it is a shortcul for the ID class. Core hasIdentifier could be instead.
parent 4f64e37c
Loading
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -549,10 +549,6 @@ s4inma:ProductionEquipment rdf:type owl:Class ;
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty s4inma:hasIdentifier ;
                                             owl:allValuesFrom s4inma:ID
                                           ] ,
                                           [ rdf:type owl:Restriction ;
                                             owl:onProperty s4inma:hasIDValue ;
                                             owl:allValuesFrom xsd:string
                                           ] ;
                           rdfs:comment "A production equipment is a specialization of a saref:Device and s4bldg:PhysicalObject that can produce items in a manufacturing process. This class represents an individual production equipment device and includes their specification in terms of functions, states and services. Different types of machines can be defined under this class as needed, for example, LaserCuttingMachine (i.e., a type of production equipment to cut steel material), MillingMachine (i.e., to drill holes in steel material), MouldingMachine (i.e., to mold liquid material, such as iron or plastic, and let it harden in a certain shape), WeldingMachine (i.e., join parts of material, such as steel, together), etc." ;
                           rdfs:label "ProductionEquipment"@en .