diff --git a/documentation/diagrams/S4INMA Item example.png b/documentation/diagrams/S4INMA Item example.png index e5a8e60487986d99823c9b5502dba07e636392e8..8ba0571c745d8cf98a740592fab705c9831f9606 100644 Binary files a/documentation/diagrams/S4INMA Item example.png and b/documentation/diagrams/S4INMA Item example.png differ diff --git a/documentation/diagrams/S4INMA Material example.png b/documentation/diagrams/S4INMA Material example.png index 6e9672c16e97f8417d69ef8c9af5a1d9d67f65c9..1ce25c8114401fa8456f0c4b59e0b8f068d91bda 100644 Binary files a/documentation/diagrams/S4INMA Material example.png and b/documentation/diagrams/S4INMA Material example.png differ diff --git a/documentation/diagrams/saref4inma.xml b/documentation/diagrams/saref4inma.xml index 669ee2ae1c147c3a686e3f79b7630612a5d3cadf..bac26aebcd8e88547b771ceca57239485613c9ea 100644 --- a/documentation/diagrams/saref4inma.xml +++ b/documentation/diagrams/saref4inma.xml @@ -1,4 +1,4 @@ - + @@ -1216,7 +1216,7 @@ - + @@ -1224,11 +1224,16 @@ - + - - + + + + + + + @@ -1242,113 +1247,114 @@ - - - - + + + + + - - - - + + + + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + - - + + - + - - + + - + - - + + - + - - + + - + @@ -1396,7 +1402,7 @@ - + @@ -1409,10 +1415,15 @@ - + + + + + + @@ -1427,16 +1438,25 @@ - + + + + + + - + + + + + @@ -1445,10 +1465,14 @@ - + + + + + @@ -1472,15 +1496,19 @@ - - + + + + + + - + @@ -1778,31 +1806,31 @@ - + - + - + - + - + diff --git a/documentation/diagrams/saref4inmaOverview.xml b/documentation/diagrams/saref4inmaOverview.xml deleted file mode 100644 index 437687603f72103f20da70c14906bd3b5f5356ff..0000000000000000000000000000000000000000 --- a/documentation/diagrams/saref4inmaOverview.xml +++ /dev/null @@ -1,645 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/examples/Item.ttl b/examples/Item.ttl index 17adc7b8d66b330823230438e6a17210c3dd8970..047dcb37684a0a5abd705f0b395b9266b2f7345f 100644 --- a/examples/Item.ttl +++ b/examples/Item.ttl @@ -15,28 +15,29 @@ dc: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 ; diff --git a/examples/Material.ttl b/examples/Material.ttl index a54a670e92600a2ad10eed13a59d03c14bc686cf..bfe8a11b8206fb81c13292d934dab5d05742ce15 100644 --- a/examples/Material.ttl +++ b/examples/Material.ttl @@ -16,28 +16,32 @@ dc:license ; dc:title "Material example"@en . -ex:ABS_Plastic_Role_8mm_MaterialBatch742 a owl:NamedIndividual, - s4inma:MaterialBatch ; - s4inma:hasModelNumber "ABS High-precision quality"^^xsd:string . - -ex:ABS_Plastic_Role_8mm_MaterialCategory a owl:NamedIndividual, - ex:Plastic . - ex:PhilBrau_S40-S50_Generic_Body_ItemBatch3290 a owl:NamedIndividual, - s4inma:ItemBatch . + s4inma:ItemBatch ; + saref:consistsOf ex:ABS_Plastic_Role_8mm_MaterialBatch742, + ex:Torx_screws_D2mm_L8mm_MaterialBatch323 . ex:Shaver10023 a owl:NamedIndividual, s4inma:Item ; saref:consistsOf ex:ShaverBody9440, ex:ShaverHead3002, - ex:StepMotor083 ; - s4inma:belongsToItemBatch ex:PhilBrau_S40-S50_Generic_Body_ItemBatch3290. + ex:StepMotor083 . -ex:Torx_screws_D2mm_L8mm_MaterialBatch323 a owl:NamedIndividual, - s4inma:MaterialBatch . +ex:ABS_Plastic_Role_8mm_MaterialBatch742 a owl:NamedIndividual, + s4inma:MaterialBatch ; + s4inma:belongsToCategory ex:ABS_Plastic_Role_8mm_MaterialCategory ; + s4inma:hasModelNumber "ABS High-precision quality"^^xsd:string . -ex:Torx_screws_D2mm_L8mm_MaterialCategory a owl:NamedIndividual, - ex:Screw . +ex:ABS_Plastic_Role_8mm_MaterialCategory a owl:NamedIndividual, + ex:Plastic . + +ex:Plastic a owl:Class ; + rdfs:label "Plastic" ; + rdfs:subClassOf s4inma:MaterialCategory . + +ex:Screw a owl:Class ; + rdfs:label "Screw" ; + rdfs:subClassOf s4inma:MaterialCategory . ex:ShaverBody9440 a owl:NamedIndividual, s4inma:Item . @@ -48,3 +52,10 @@ ex:ShaverHead3002 a owl:NamedIndividual, ex:StepMotor083 a owl:NamedIndividual, s4inma:Item . +ex:Torx_screws_D2mm_L8mm_MaterialBatch323 a owl:NamedIndividual, + s4inma:MaterialBatch ; + s4inma:belongsToCategory ex:Torx_screws_D2mm_L8mm_MaterialCategory . + +ex:Torx_screws_D2mm_L8mm_MaterialCategory a owl:NamedIndividual, + ex:Screw . + diff --git a/examples/example1INMA.ttl b/examples/example1INMA.ttl deleted file mode 100644 index f39db472c6b0da4a004dd46a0f563b88fe3bdae0..0000000000000000000000000000000000000000 --- a/examples/example1INMA.ttl +++ /dev/null @@ -1,25 +0,0 @@ -@prefix : . -@prefix ex: . -@prefix owl: . -@prefix rdf: . -@prefix xml: . -@prefix xsd: . -@prefix rdfs: . -@prefix time: . -@prefix saref: . -@prefix s4bldg: . -@prefix s4inma: . -@prefix dctype: . -@prefix dcterms: . -@base . - - a dctype:Dataset ; - dcterms:license ; - dcterms:conformsTo ; - dcterms:conformsTo ; - dcterms:conformsTo ; - dcterms:title "Example of use for the SAREF extension for the Industry and Manufacturing domains"@en ; - dcterms:description "Example of use for the SAREF extension for the Industry and Manufacturing domains"@en ; - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . - -