Commit 25ffd942 authored by Maria Poveda's avatar Maria Poveda
Browse files

Merge branch 'polishExamples' into 'develop-v2.1.1'

polish errors in examples

See merge request !11
parents 83e52400 e219ac7d
Loading
Loading
Loading
Loading
Loading
−1.19 KiB (88.8 KiB)
Loading image diff...
+3.92 KiB (104 KiB)
Loading image diff...
+85 −57

File changed.

Preview size limit exceeded, changes collapsed.

+0 −645

File deleted.

Preview size limit exceeded, changes collapsed.

+12 −11
Original line number Diff line number Diff line
@@ -15,28 +15,29 @@
    dc:license <https://forge.etsi.org/etsi-software-license> ;
    dc:title "Item example"@en  .

ex:Shaver10023 a owl:NamedIndividual,
        s4inma:Item ;
    s4inma:belongsToItemBatch ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 ;
    s4inma:hasSerialNumber "nr7865654345676"^^xsd:string .

ex:LaserCuttingMachine a owl:Class ;
    rdfs:label "Laser Cutting Machine" ;
    rdfs:subClassOf s4inma:ProductionEquipment .

ex:Laser_Cutting_Machine_1 a owl:NamedIndividual,
        ex:LaserCuttingMachine .

ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 a owl:NamedIndividual,
        s4inma:ItemBatch ;
    s4inma:belongsToCategory ex:hilBrau_S40_Premium_Gold_Shaver_ItemCategory ;
    s4inma:hasIdentifier ex:nr34275874234908 .

ex:Shaver10023 a owl:NamedIndividual,
        s4inma:Item ;
    s4inma:hasSerialNumber "nr7865654345676"^^xsd:string ;
    s4inma:belongsToItemBatch ex:PhilBrau_S40_Premium_Gold_Shaver_ItemBatch392 .


ex:hilBrau_S40_Premium_Gold_Shaver_ItemCategory a owl:NamedIndividual,
        s4inma:ItemCategory ;
    saref:hasManufacturer "PhilBrau" ;
    s4inma:hasIdentifier ex:nr98647656 ;
    s4inma:hasModelNumber "nr98647656"^^xsd:string .

ex:LaserCuttingMachine a owl:Class ;
    rdfs:label "Laser Cutting Machine" ;
    rdfs:subClassOf s4inma:ProductionEquipment .
    s4inma:hasModelNumber "nr98647656"^^xsd:string ;
    s4inma:isProducedBy ex:Laser_Cutting_Machine_1 .

ex:nr34275874234908 a owl:NamedIndividual,
        s4inma:ID ;
Loading