From a637c8d8073b71f2a6570f000fa99aa5e4a4e3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lefran=C3=A7ois?= Date: Fri, 29 May 2020 16:23:26 +0200 Subject: [PATCH 1/2] added comment for s4inma:hasFeatureOfInterest --- ontology/saref4inma.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/ontology/saref4inma.ttl b/ontology/saref4inma.ttl index e86abcd..e9561e9 100644 --- a/ontology/saref4inma.ttl +++ b/ontology/saref4inma.ttl @@ -136,6 +136,7 @@ s4inma:creates rdf:type owl:ObjectProperty ; ### https://saref.etsi.org/saref4inma/hasFeatureOfInterest s4inma:hasFeatureOfInterest rdf:type owl:ObjectProperty ; owl:inverseOf s4inma:isFeatureOfInterestOf ; + rdfs:comment "Links a Measurement to a Feature of Interest"@en ; rdfs:label "has feature of interest"@en . -- GitLab From ff19fc2fb3543a39cee0621530120c487eba7914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Fri, 5 Jun 2020 14:47:47 +0200 Subject: [PATCH 2/2] Update URIs for bldg elements --- .gitignore | 2 - .gitlab-ci.yml | 31 --- .../saref4inmaOverview.png | Bin documentation/abstract.md | 1 - documentation/acknowledgements.md | 5 - documentation/contributors.md | 2 - documentation/creators.md | 4 - documentation/description.html | 8 - documentation/references.html | 23 -- .../S4INMA Factory example.png | Bin .../S4INMA Item example.png | Bin .../S4INMA Material example.png | Bin .../S4INMA Measurement example.png | Bin .../S4INMA ProductionEquipm example.png | Bin examples/saref4inma_data_example.ttl | 25 +- examples/shaver.ttl | 25 +- ontology/saref4inma.ttl | 236 ++++++++---------- requirements/requirements.csv | 1 - tests/tests.csv | 1 - 19 files changed, 132 insertions(+), 232 deletions(-) delete mode 100644 .gitlab-ci.yml rename {documentation/diagrams => diagrams}/saref4inmaOverview.png (100%) delete mode 100644 documentation/abstract.md delete mode 100644 documentation/acknowledgements.md delete mode 100644 documentation/contributors.md delete mode 100644 documentation/creators.md delete mode 100644 documentation/description.html delete mode 100644 documentation/references.html rename {documentation/diagrams => examples}/S4INMA Factory example.png (100%) rename {documentation/diagrams => examples}/S4INMA Item example.png (100%) rename {documentation/diagrams => examples}/S4INMA Material example.png (100%) rename {documentation/diagrams => examples}/S4INMA Measurement example.png (100%) rename {documentation/diagrams => examples}/S4INMA ProductionEquipm example.png (100%) delete mode 100644 requirements/requirements.csv delete mode 100644 tests/tests.csv diff --git a/.gitignore b/.gitignore index 1895667..604fd33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ *~ .DS_Store catalog-v001.xml -saref-pipeline.jar -target \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 5367313..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,31 +0,0 @@ -image: openjdk:8-jdk - -develop: - script: - - curl -L -o saref-pipeline.jar "https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - - java -jar saref-pipeline.jar develop -s - except: - - /^prerelease-v/ - - /^release-v/ - artifacts: - when: always - paths: - - target/site - - target/report_output.xml - reports: - junit: target/report_output.xml - -release: - script: - - curl -L -o saref-pipeline.jar "https://gitlab.emse.fr/saref/saref-pipeline/-/jobs/artifacts/master/raw/target/saref-pipeline.jar?job=build" - - java -jar saref-pipeline.jar release - only: - - /^prerelease-v/ - - /^release-v/ - artifacts: - when: always - paths: - - target/site - - target/report_output.xml - reports: - junit: target/report_output.xml diff --git a/documentation/diagrams/saref4inmaOverview.png b/diagrams/saref4inmaOverview.png similarity index 100% rename from documentation/diagrams/saref4inmaOverview.png rename to diagrams/saref4inmaOverview.png diff --git a/documentation/abstract.md b/documentation/abstract.md deleted file mode 100644 index c574beb..0000000 --- a/documentation/abstract.md +++ /dev/null @@ -1 +0,0 @@ -SAREF4INMA is an OWL-DL ontology that extends SAREF with 24 classes (in addition to a number of classes directly reused from the SAREF ontology and the SAREF4BLDG extension), 20 object properties (in addition to a number of object properties reused from the SAREF ontology and the SAREF4BLDG extension) and 11 data type properties. SAREF4INMA focuses on extending SAREF for the industry and manufacturing domain to solve the lack of interoperability between various types of production equipment that produce items in a factory and, once outside the factory, between different organizations in the value chain to uniquely track back the produced items to the corresponding production equipment, batches, material and precise time in which they were manufactured. \ No newline at end of file diff --git a/documentation/acknowledgements.md b/documentation/acknowledgements.md deleted file mode 100644 index 6bb3472..0000000 --- a/documentation/acknowledgements.md +++ /dev/null @@ -1,5 +0,0 @@ -The editors would like to thank the ETSI SmartM2M technical committee for providing guidance and expertise. - -Also, many thanks to the ETSI staff and all other current and former active Participants of the ETSI SmartM2M group for their support, technical input and suggestions that led to improvements to this ontology. - -Also, special thanks goes to the ETSI SmartM2M Technical Officer Guillemin Patrick for his help. diff --git a/documentation/contributors.md b/documentation/contributors.md deleted file mode 100644 index d7b03f6..0000000 --- a/documentation/contributors.md +++ /dev/null @@ -1,2 +0,0 @@ -- [Maria Poveda-Villalon](https://w3id.org/people/mpoveda/) ([Universidad Politécnica de Madrid](http://www.oeg-upm.net/)) -- Matthijs Punter ([TNO](https://tno.nl/)) diff --git a/documentation/creators.md b/documentation/creators.md deleted file mode 100644 index 2dc1e02..0000000 --- a/documentation/creators.md +++ /dev/null @@ -1,4 +0,0 @@ -- [Laura Daniele](https://www.linkedin.com/in/lauradaniele) ([TNO](https://tno.nl/)) -- Alba Fernandez Izquierdo ([Universidad Politécnica de Madrid](http://www.oeg-upm.net/)) -- [Raúl Garcia-Castro](http://www.garcia-castro.com/foaf.rdf#me) ([Universidad Politécnica de Madrid](http://www.oeg-upm.net/)) -- [Mike de Roode](https://www.linkedin.com/in/mderoode) ([TNO](https://tno.nl/)) diff --git a/documentation/description.html b/documentation/description.html deleted file mode 100644 index 468849d..0000000 --- a/documentation/description.html +++ /dev/null @@ -1,8 +0,0 @@ -

General Overview

- -

Figure 1 shows an overview of the main classes of SAREF4INMA and their relationships.

- -

- SAREF4INMA Overview -
Figure 1: Overview of the SAREF4INMA ontology
-
diff --git a/documentation/references.html b/documentation/references.html deleted file mode 100644 index eab08d3..0000000 --- a/documentation/references.html +++ /dev/null @@ -1,23 +0,0 @@ -

Normative references

- - - -

Informative references

- - - - diff --git a/documentation/diagrams/S4INMA Factory example.png b/examples/S4INMA Factory example.png similarity index 100% rename from documentation/diagrams/S4INMA Factory example.png rename to examples/S4INMA Factory example.png diff --git a/documentation/diagrams/S4INMA Item example.png b/examples/S4INMA Item example.png similarity index 100% rename from documentation/diagrams/S4INMA Item example.png rename to examples/S4INMA Item example.png diff --git a/documentation/diagrams/S4INMA Material example.png b/examples/S4INMA Material example.png similarity index 100% rename from documentation/diagrams/S4INMA Material example.png rename to examples/S4INMA Material example.png diff --git a/documentation/diagrams/S4INMA Measurement example.png b/examples/S4INMA Measurement example.png similarity index 100% rename from documentation/diagrams/S4INMA Measurement example.png rename to examples/S4INMA Measurement example.png diff --git a/documentation/diagrams/S4INMA ProductionEquipm example.png b/examples/S4INMA ProductionEquipm example.png similarity index 100% rename from documentation/diagrams/S4INMA ProductionEquipm example.png rename to examples/S4INMA ProductionEquipm example.png diff --git a/examples/saref4inma_data_example.ttl b/examples/saref4inma_data_example.ttl index b9477cd..7f643ee 100644 --- a/examples/saref4inma_data_example.ttl +++ b/examples/saref4inma_data_example.ttl @@ -1,21 +1,22 @@ -@prefix ex: . +# baseURI: http://ontology.tno.nl/examples/saref4inma/shaver +# imports: https://w3id.org/def/saref4inma + +@prefix ex: . @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix s4bldg: . -@prefix s4inma: . -@prefix saref: . +@prefix s4bldg: . +@prefix s4inma: . +@prefix saref: . @prefix time: . +@prefix xml: . @prefix xsd: . -@prefix dctype: . -@prefix dcterms: . - - a dctype:Dataset ; - dcterms:license ; - dcterms:conformsTo ; - dcterms:title "Example saref4inma_data_example"@en ; - dcterms:description "Example saref4inma_data_example"@en . + + rdf:type owl:Ontology ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; +. ex:ABS_Plastic_Role_8mm_MaterialBatch742 rdf:type owl:NamedIndividual ; rdf:type s4inma:MaterialBatch ; diff --git a/examples/shaver.ttl b/examples/shaver.ttl index 7e24bc1..fa6622c 100644 --- a/examples/shaver.ttl +++ b/examples/shaver.ttl @@ -1,21 +1,22 @@ -@prefix ex: . +# baseURI: http://ontology.tno.nl/examples/saref4inma/shaver +# imports: https://w3id.org/def/saref4inma + +@prefix ex: . @prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix s4bldg: . -@prefix s4inma: . -@prefix saref: . +@prefix s4bldg: . +@prefix s4inma: . +@prefix saref: . @prefix time: . +@prefix xml: . @prefix xsd: . -@prefix dctype: . -@prefix dcterms: . - - a dctype:Dataset ; - dcterms:license ; - dcterms:conformsTo ; - dcterms:title "Example shaver"@en ; - dcterms:description "Example shaver"@en . + + rdf:type owl:Ontology ; + owl:imports ; + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; +. ex:ABS_Plastic_Role_8mm_MaterialBatch742 rdf:type owl:NamedIndividual ; rdf:type s4inma:MaterialBatch ; diff --git a/ontology/saref4inma.ttl b/ontology/saref4inma.ttl index e9561e9..cbd747f 100644 --- a/ontology/saref4inma.ttl +++ b/ontology/saref4inma.ttl @@ -10,51 +10,29 @@ @prefix saref: . @prefix s4bldg: . @prefix s4inma: . -@prefix vann: . -@prefix schema: . @base . rdf:type owl:Ontology ; dct:modified "2020-05-25"^^xsd:date ; - dct:title "SAREF4INMA: an extension of SAREF for the industry and manufacturing domain"@en ; + dct:title "SAREF4INMA: an extension of SAREF for the industry and manufacturing domain"^^xsd:string ; dct:issued "2019-04-30"^^xsd:date ; - vann:preferredNamespacePrefix "s4inma" ; - vann:preferredNamespaceUri "https://saref.etsi.org/saref4inma/"^^xsd:anyURI ; + dct:publisher ; dct:creator ; - dct:contributor [ a schema:Person ; schema:givenName "Matthijs" ; schema:familyName "Punter" ; schema:affiliation [ a schema:Organization ; schema:name "TNO" ] ] ; + dct:publisher ; + dct:contributor "Matthijs Punter, TNO"^^xsd:string ; dct:creator ; dct:source ; dct:publisher ; dct:description "SAREF4INMA is an extension of SAREF for the industry and manufacturing domain. SAREF4INMA focuses on extending SAREF for the industry and manufacturing domain to solve the lack of interoperability between various types of production equipment that produce items in a factory and, once outside the factory, between different organizations in the value chain to uniquely track back the produced items to the corresponding production equipment, batches, material and precise time in which they were manufactured. SAREF4INMA is specified and published by ETSI in the TS 103 410-5 associated to this ontology file. SAREF4INMA was created to be aligned with related initiatives in the smart industry and manufacturing domain in terms of modelling and standardization, such as the Reference Architecture Model for Industry 4.0 (RAMI), which combines several standards used by the various national initiatives in Europe that support digitalization in manufacturing. The full list of use cases, standards and requirements that guided the creation of SAREF4INMA are described in the associated ETSI TR 103 507. "^^xsd:string ; dct:creator ; - dct:license ; + dct:license ; dct:contributor ; - dct:creator [ a schema:Person ; schema:givenName "Alba" ; schema:familyName "Fernandez Izquierdo" ; schema:affiliation [ a schema:Organization ; schema:name "UPM" ] ] ; + dct:creator "Alba Fernandez Izquierdo, UPM"^^xsd:string ; dct:created "2015-03-29"^^xsd:date ; rdfs:comment """Information about changes compared to version 1.1.1: - Updated namespaces for compatibility with SAREF v3."""@en ; - owl:versionIRI ; owl:versionInfo "v1.1.2" . - -dct:issued a owl:AnnotationProperty . -dct:modified a owl:AnnotationProperty . -dct:source a owl:AnnotationProperty . -dct:creator a owl:AnnotationProperty . -dct:title a owl:AnnotationProperty . -dct:description a owl:AnnotationProperty . -dct:license a owl:AnnotationProperty . -dct:publisher a owl:AnnotationProperty . -vann:preferredNamespacePrefix a owl:AnnotationProperty . -vann:preferredNamespaceUri a owl:AnnotationProperty . -schema:Person a owl:Class . -schema:Organization a owl:Class . -schema:affiliation a owl:ObjectProperty . -schema:name a owl:DatatypeProperty . -schema:givenName a owl:DatatypeProperty . -schema:familyName a owl:DatatypeProperty . - - ################################################################# # Annotation properties ################################################################# @@ -111,129 +89,128 @@ owl:maxQualifiedCardinality rdf:type owl:AnnotationProperty . s4inma:belongsToCategory rdf:type owl:ObjectProperty ; owl:inverseOf s4inma:isCategoryOf ; rdfs:comment "Link between an entity and its category" ; - rdfs:label "belongs to category"@en . + rdfs:label "belongs to category" . ### https://saref.etsi.org/saref4inma/consistsOfBatch s4inma:consistsOfBatch rdf:type owl:ObjectProperty ; - rdfs:comment "A relation to express that a batch can recursively consists of other batches"@en ; - rdfs:label "consists of batch"@en . + rdfs:comment "A relation to express that a batch can recursively consists of other batches"^^xsd:string ; + rdfs:label "consists of batch" . ### https://saref.etsi.org/saref4inma/consistsOfItem s4inma:consistsOfItem rdf:type owl:ObjectProperty ; - rdfs:comment "A relation to express that an item can recursively consists of other Items"@en ; - rdfs:label "consists of item"@en . + rdfs:comment "A relation to express that an item can recursively consists of other Items"^^xsd:string ; + rdfs:label "consists of item" . ### https://saref.etsi.org/saref4inma/creates s4inma:creates rdf:type owl:ObjectProperty ; 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)"@en ; - rdfs:label "creates"@en . + rdfs:comment "A relation between a production process (e.g., Batch) that creates one or more tangible objects (e.g., Items)"^^xsd:string ; + rdfs:label "creates" . ### https://saref.etsi.org/saref4inma/hasFeatureOfInterest s4inma:hasFeatureOfInterest rdf:type owl:ObjectProperty ; owl:inverseOf s4inma:isFeatureOfInterestOf ; - rdfs:comment "Links a Measurement to a Feature of Interest"@en ; - rdfs:label "has feature of interest"@en . + rdfs:label "has feature of interest"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN12ID s4inma:hasGTIN12ID rdf:type owl:ObjectProperty ; rdfs:subPropertyOf s4inma:hasIdentifier ; rdfs:range s4inma:GTIN12ID ; - rdfs:label "has GTIN12ID "@en . + rdfs:label "has GTIN12ID "^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN13ID s4inma:hasGTIN13ID rdf:type owl:ObjectProperty ; rdfs:subPropertyOf s4inma:hasIdentifier ; rdfs:range s4inma:GTIN13ID ; - rdfs:label "has GTIN13ID"@en . + rdfs:label "has GTIN13ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN14ID s4inma:hasGTIN14ID rdf:type owl:ObjectProperty ; rdfs:subPropertyOf s4inma:hasIdentifier ; rdfs:range s4inma:GTIN14ID ; - rdfs:label "has GTIN14ID"@en . + rdfs:label "has GTIN14ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN8ID s4inma:hasGTIN8ID rdf:type owl:ObjectProperty ; rdfs:subPropertyOf s4inma:hasIdentifier ; rdfs:range s4inma:GTIN8ID ; - rdfs:label "has GTIN8ID"@en . + rdfs:label "has GTIN8ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasIRDI s4inma:hasIRDI rdf:type owl:ObjectProperty ; rdfs:subPropertyOf s4inma:hasIdentifier ; rdfs:range s4inma:IRDI ; - rdfs:label "has IRDI"@en . + rdfs:label "has IRDI"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasIdentifier s4inma:hasIdentifier rdf:type owl:ObjectProperty ; rdfs:range s4inma:ID ; rdfs:comment "link between an entity and its unique identifier" ; - rdfs:label "has identifier"@en . + rdfs:label "has identifier" . ### https://saref.etsi.org/saref4inma/hasSize s4inma:hasSize rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship to count the amount of certain objects in a collection (e.g., size of a material batch)"@en ; - rdfs:label "has size"@en . + rdfs:comment "A relationship to count the amount of certain objects in a collection (e.g., size of a material batch)"^^xsd:string ; + rdfs:label "has size" . ### https://saref.etsi.org/saref4inma/hasUUID s4inma:hasUUID rdf:type owl:ObjectProperty ; rdfs:subPropertyOf s4inma:hasIdentifier ; rdfs:range s4inma:UUID ; - rdfs:label "has UUID"@en . + rdfs:label "has UUID"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasUpdate s4inma:hasUpdate rdf:type owl:ObjectProperty ; rdfs:comment "The newer version of a ItemCategory." ; - rdfs:label "has update"@en . + rdfs:label "has update" . ### https://saref.etsi.org/saref4inma/isCategoryOf s4inma:isCategoryOf rdf:type owl:ObjectProperty ; - rdfs:label "is category of"@en . + rdfs:label "is category of" . ### https://saref.etsi.org/saref4inma/isCreatedIn s4inma:isCreatedIn rdf:type owl:ObjectProperty ; - rdfs:comment "An Item is created in an ItemBatch."@en ; - rdfs:label "is created in"@en . + rdfs:comment "An Item is created in an ItemBatch."^^xsd:string ; + rdfs:label "is created in" . ### https://saref.etsi.org/saref4inma/isFeatureOfInterestOf s4inma:isFeatureOfInterestOf rdf:type owl:ObjectProperty ; - rdfs:label "is feature of interest of"@en . + rdfs:label "is feature of interest of"^^xsd:string . ### https://saref.etsi.org/saref4inma/isProducedBy s4inma:isProducedBy rdf:type owl:ObjectProperty ; owl:inverseOf s4inma:produces ; rdfs:comment "Items are produced using certain types of ProductionEquipmentCategories, for example: welding machines or laser cutting machines." ; - rdfs:label "is produced by"@en . + rdfs:label "is produced by" . ### https://saref.etsi.org/saref4inma/needsEquipment s4inma:needsEquipment rdf:type owl:ObjectProperty ; - rdfs:comment "A relationship indicating that an entity needs a particular equipment to be produced"@en ; - rdfs:label "needs equipment"@en . + rdfs:comment "A relationship indicating that an entity needs a particular equipment to be produced"^^xsd:string ; + rdfs:label "needs equipment" . ### https://saref.etsi.org/saref4inma/produces s4inma:produces rdf:type owl:ObjectProperty ; - rdfs:comment "ProductionEquipmentCategory, such as welding machines or laser cutting machines, produce certain categories of items (inverse of s4inma:isProducedBy)"@en ; - rdfs:label "produces"@en . + rdfs:comment "ProductionEquipmentCategory, such as welding machines or laser cutting machines, produce certain categories of items (inverse of s4inma:isProducedBy)"^^xsd:string ; + rdfs:label "produces" . ### https://w3id.org/saref#hasFunction @@ -242,7 +219,7 @@ saref:hasFunction rdf:type owl:ObjectProperty . ### https://w3id.org/saref#hasState saref:hasState rdf:type owl:ObjectProperty ; - rdfs:label "has state"@en . + rdfs:label "has state" . ### https://w3id.org/saref#makesMeasurement @@ -260,75 +237,74 @@ saref:measuresProperty rdf:type owl:ObjectProperty . ### https://saref.etsi.org/saref4inma/hasCertificate s4inma:hasCertificate rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; - rdfs:comment "The MaterialBatch can contain material quality certificates, for example a NEN 10204:2004 3.1 steel certificate."@en ; - rdfs:label "has certificate"@en . + rdfs:comment "The MaterialBatch can contain material quality certificates, for example a NEN 10204:2004 3.1 steel certificate."^^rdfs:Literal ; + rdfs:label "has certificate" . ### https://saref.etsi.org/saref4inma/hasGTIN12IDValue s4inma:hasGTIN12IDValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf s4inma:hasIDValue ; rdfs:range xsd:string ; - rdfs:label "has GTIN12ID value"@en . + rdfs:label "has GTIN12ID value"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN13IDValue s4inma:hasGTIN13IDValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf s4inma:hasIDValue ; rdfs:range xsd:string ; - rdfs:label "has GTIN13ID value"@en . + rdfs:label "has GTIN13ID value"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN14IDValue s4inma:hasGTIN14IDValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf s4inma:hasIDValue ; rdfs:range xsd:string ; - rdfs:label "has GTIN14ID"@en . + rdfs:label "has GTIN14ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasGTIN8IDValue s4inma:hasGTIN8IDValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf s4inma:hasIDValue ; - rdfs:range xsd:string ; - rdfs:label "has GTIN8ID Value"@en . + rdfs:range xsd:string . ### https://saref.etsi.org/saref4inma/hasIDValue s4inma:hasIDValue rdf:type owl:DatatypeProperty ; rdfs:range xsd:string ; - rdfs:comment "A relation to express the value of an indentifier as a string (it can be used as alternative to or in combination with the s4inma:hasIdentifier object property "@en ; - rdfs:label "has identifier value"@en . + rdfs:comment "A relation to express the value of an indentifier as a string (it can be used as alternative to or in combination with the s4inma:hasIdentifier object property "^^xsd:string ; + rdfs:label "has identifier value" . ### https://saref.etsi.org/saref4inma/hasIRDIValue s4inma:hasIRDIValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf s4inma:hasIDValue ; rdfs:range xsd:string ; - rdfs:label "has IRDI"@en . + rdfs:label "has IRDI"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasModelNumber s4inma:hasModelNumber rdf:type owl:DatatypeProperty ; - rdfs:comment "A relation to express the model number of a certain object (item, product, equipment, etc.) "@en ; - rdfs:label "has model number"@en . + rdfs:comment "A relation to express the model number of a certain object (item, product, equipment, etc.) "^^xsd:string ; + rdfs:label "has model number" . ### https://saref.etsi.org/saref4inma/hasSerialNumber s4inma:hasSerialNumber rdf:type owl:DatatypeProperty ; - rdfs:comment "A relation to describe the serial number of a certain Item, which is unique per Item."@en ; - rdfs:label "has serial number"@en . + rdfs:comment "A relation to describe the serial number of a certain Item, which is unique per Item."^^xsd:string ; + rdfs:label "has serial number" . ### https://saref.etsi.org/saref4inma/hasUUIDValue s4inma:hasUUIDValue rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf s4inma:hasIDValue ; rdfs:range xsd:string ; - rdfs:label "has UUID value"@en . + rdfs:label "has UUID value"^^xsd:string . ### https://saref.etsi.org/saref4inma/hasVersion s4inma:hasVersion rdf:type owl:DatatypeProperty ; - rdfs:comment "An item has a certain revision or version number, whereas a higher number indicates a newer version."@en ; - rdfs:label "has version"@en . + rdfs:comment "An item has a certain revision or version number, whereas a higher number indicates a newer version."^^rdfs:Literal ; + rdfs:label "has version" . ################################################################# @@ -339,31 +315,31 @@ s4inma:hasVersion rdf:type owl:DatatypeProperty ; skos:ConceptScheme rdf:type owl:Class . -### https://w3id.org/def/s4bldg#Building - rdf:type owl:Class . +### https://saref.etsi.org/saref4bldg/Building + rdf:type owl:Class . -### https://w3id.org/def/s4bldg#BuildingSpace - rdf:type owl:Class . +### https://saref.etsi.org/saref4bldg/BuildingSpace + rdf:type owl:Class . -### https://w3id.org/def/s4bldg#PhysicalObject - rdf:type owl:Class . +### https://saref.etsi.org/saref4bldg/PhysicalObject + rdf:type owl:Class . ### https://saref.etsi.org/saref4inma/ActualMeasurement s4inma:ActualMeasurement rdf:type owl:Class ; rdfs:subClassOf s4inma:Measurement ; owl:disjointWith s4inma:ExpectedMeasurement ; - rdfs:comment "Describes whether the measurement is actually measured during the production process. Disjoint with ExpectedMeasurement."@en ; - rdfs:label "Actual measurement"@en . + rdfs:comment "Describes whether the measurement is actually measured during the production process. Disjoint with ExpectedMeasurement."^^xsd:string ; + rdfs:label "Actual measurement" . ### https://saref.etsi.org/saref4inma/Area s4inma:Area rdf:type owl:Class ; - rdfs:subClassOf ; - rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, areas are physical, geographical or logical groupings of resources determined by the site. A site can be divided in areas, whereas areas contain work centers.s."@en ; - rdfs:label "Area"@en . + rdfs:subClassOf ; + rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, areas are physical, geographical or logical groupings of resources determined by the site. A site can be divided in areas, whereas areas contain work centers.s."^^xsd:string ; + rdfs:label "Area" . ### https://saref.etsi.org/saref4inma/Batch @@ -391,50 +367,50 @@ s4inma:Batch rdf:type owl:Class ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass s4inma:Size ] ; - rdfs:comment "A uniform collection of tangible objects or Lot. This can either be a collection of produced items (i.e. the outflow of products) or a collection of raw material or required material (i.e. the inflow of products). It is assumed that the objects in a batch are similar and thus have shared attributes. Note that this definition is broader than the definition in IEC 61512, which defines a batch as the material that is being produced (whereas in SAREF4INMA a batch can be items or materials). "@en ; - rdfs:label "Batch"@en . + rdfs:comment "A uniform collection of tangible objects or Lot. This can either be a collection of produced items (i.e. the outflow of products) or a collection of raw material or required material (i.e. the inflow of products). It is assumed that the objects in a batch are similar and thus have shared attributes. Note that this definition is broader than the definition in IEC 61512, which defines a batch as the material that is being produced (whereas in SAREF4INMA a batch can be items or materials). "^^xsd:string ; + rdfs:label "Batch" . ### https://saref.etsi.org/saref4inma/ExpectedMeasurement s4inma:ExpectedMeasurement rdf:type owl:Class ; rdfs:subClassOf s4inma:Measurement ; - rdfs:comment "Describes whether the measurement is expected (i.e., planned before the production process). Disjoint with ActualMeasurement."@en ; - rdfs:label "Expected measurement"@en . + rdfs:comment "Describes whether the measurement is expected (i.e., planned before the production process). Disjoint with ActualMeasurement."^^xsd:string ; + rdfs:label "Expected measurement" . ### https://saref.etsi.org/saref4inma/Factory s4inma:Factory rdf:type owl:Class ; - rdfs:subClassOf ; - rdfs:comment "A subclass of s4bldg:Building specialized for the purpose of SAREF4INMA, a factory represents one or more organizations sharing a definit mission, goals and objectives which provides an output such as a product (definition taken from IEC 62264). A factory can be divided in one or multiple sites. "@en ; - rdfs:label "Factory"@en . + rdfs:subClassOf ; + rdfs:comment "A subclass of s4bldg:Building specialized for the purpose of SAREF4INMA, a factory represents one or more organizations sharing a definit mission, goals and objectives which provides an output such as a product (definition taken from IEC 62264). A factory can be divided in one or multiple sites. "^^xsd:string ; + rdfs:label "Factory" . ### https://saref.etsi.org/saref4inma/GTIN12ID s4inma:GTIN12ID rdf:type owl:Class ; rdfs:subClassOf s4inma:ID ; - rdfs:comment "GTIN-12 (UPC-A) is a 12-digit number used primarily in North America"@en ; - rdfs:label "GTIN12ID"@en . + rdfs:comment "GTIN-12 (UPC-A) is a 12-digit number used primarily in North America"^^xsd:string ; + rdfs:label "GTIN12ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/GTIN13ID s4inma:GTIN13ID rdf:type owl:Class ; rdfs:subClassOf s4inma:ID ; - rdfs:comment "GTIN-13 (EAN/UCC-13) is a 13-digit number used predominately outside of North America"@en ; - rdfs:label "GTIN13ID"@en . + rdfs:comment "GTIN-13 (EAN/UCC-13) is a 13-digit number used predominately outside of North America"^^xsd:string ; + rdfs:label "GTIN13ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/GTIN14ID s4inma:GTIN14ID rdf:type owl:Class ; rdfs:subClassOf s4inma:ID ; - rdfs:comment "GTIN-14 (EAN/UCC-14 or ITF-14 or also known as ITF Symbol, SCC-14, DUN-14, UPC Case Code, UPC Shipping Container Code, UCC Code 128, EAN Code 128) is a 14-digit number used to identify trade items at various packaging levels."@en ; - rdfs:label "GTIN14ID"@en . + rdfs:comment "GTIN-14 (EAN/UCC-14 or ITF-14 or also known as ITF Symbol, SCC-14, DUN-14, UPC Case Code, UPC Shipping Container Code, UCC Code 128, EAN Code 128) is a 14-digit number used to identify trade items at various packaging levels."^^xsd:string ; + rdfs:label "GTIN14ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/GTIN8ID s4inma:GTIN8ID rdf:type owl:Class ; rdfs:subClassOf s4inma:ID ; - rdfs:comment "GTIN-8 (EAN/UCC-8) is an 8-digit number used predominately outside of North America."@en ; - rdfs:label "GTIN18ID"@en . + rdfs:comment "GTIN-8 (EAN/UCC-8) is an 8-digit number used predominately outside of North America."^^rdfs:Literal ; + rdfs:label "GTIN18ID"^^xsd:string . ### https://saref.etsi.org/saref4inma/ID @@ -444,15 +420,15 @@ s4inma:ID rdf:type owl:Class ; owl:onProperty s4inma:hasIDValue ; owl:someValuesFrom xsd:string ] ; - rdfs:comment "A unique identifier."@en ; - rdfs:label "Identifier"@en . + rdfs:comment "A unique identifier."^^rdfs:Literal ; + rdfs:label "Identifier" . ### https://saref.etsi.org/saref4inma/IRDI s4inma:IRDI rdf:type owl:Class ; rdfs:subClassOf s4inma:ID ; - rdfs:comment "International Registration Data Identifier (IRDI) is based on the international standards ISO/IEC 11179-6, ISO 29002 and ISO 6532 and used in eCl@ss and the Asset Administration Shell as unique identifier."@en ; - rdfs:label "IRDI"@en . + rdfs:comment "International Registration Data Identifier (IRDI) is based on the international standards ISO/IEC 11179-6, ISO 29002 and ISO 6532 and used in eCl@ss and the Asset Administration Shell as unique identifier."^^rdfs:Literal ; + rdfs:label "IRDI" . ### https://saref.etsi.org/saref4inma/Item @@ -492,8 +468,8 @@ s4inma:Item rdf:type owl:Class ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; - rdfs:comment "A tangible object which can be unique identified, for example, with a GTIN in the form of a barcode/QR/RFID tag. An item product can be the result of the organization's production process (i.e. outflow of objects/goods) or can be uniquely identifiable material (i.e. inflow of objects/supplies). Each item is part of exactly one ItemBatch, whereas each ItemBatch contains only Items which have similar properties. An item can consists of multiple Batches and other Items (i.e. subassemblies)."@en ; - rdfs:label "Item"@en . + rdfs:comment "A tangible object which can be unique identified, for example, with a GTIN in the form of a barcode/QR/RFID tag. An item product can be the result of the organization's production process (i.e. outflow of objects/goods) or can be uniquely identifiable material (i.e. inflow of objects/supplies). Each item is part of exactly one ItemBatch, whereas each ItemBatch contains only Items which have similar properties. An item can consists of multiple Batches and other Items (i.e. subassemblies)."^^rdfs:Literal ; + rdfs:label "Item" . ### https://saref.etsi.org/saref4inma/ItemBatch @@ -507,8 +483,8 @@ s4inma:ItemBatch rdf:type owl:Class ; owl:onProperty s4inma:creates ; owl:allValuesFrom s4inma:Item ] ; - rdfs:comment "A uniform collection of tangible objects which are relevant for the prodcution process. The ItemBatch consists of a set of objects with similar properties (e.g. a certain type of sensors or metal sheets). The difference between ItemBatch and MaterialBatch is that individual items can be traced in a ItemBatch, whereas this is not possible in a MaterialBatch, meaning that, for example, it is possible to trace the individual metal sheet used in a ItemBatch. This implies that the objects in an ItemBatch have an unique identifier (e.g. a GTIN code in the form of a barcode/QR-code or RFID tag)."@en ; - rdfs:label "Item Batch"@en . + rdfs:comment "A uniform collection of tangible objects which are relevant for the prodcution process. The ItemBatch consists of a set of objects with similar properties (e.g. a certain type of sensors or metal sheets). The difference between ItemBatch and MaterialBatch is that individual items can be traced in a ItemBatch, whereas this is not possible in a MaterialBatch, meaning that, for example, it is possible to trace the individual metal sheet used in a ItemBatch. This implies that the objects in an ItemBatch have an unique identifier (e.g. a GTIN code in the form of a barcode/QR-code or RFID tag)."^^rdfs:Literal ; + rdfs:label "Item Batch" . ### https://saref.etsi.org/saref4inma/ItemCategory @@ -543,8 +519,8 @@ s4inma:ItemCategory rdf:type owl:Class ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; - rdfs:comment "An ItemCategory describes a single type of item in terms of its static properties. Each ItemCategory can have multiple related ItemBatches, which all contain individual Items. The essential properties of each Item in all ItemBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of all Items related to an ItemCategory are similar."@en ; - rdfs:label "Item category"@en . + rdfs:comment "An ItemCategory describes a single type of item in terms of its static properties. Each ItemCategory can have multiple related ItemBatches, which all contain individual Items. The essential properties of each Item in all ItemBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of all Items related to an ItemCategory are similar."^^xsd:string ; + rdfs:label "Item category" . ### https://saref.etsi.org/saref4inma/MaterialBatch @@ -558,8 +534,8 @@ s4inma:MaterialBatch rdf:type owl:Class ; owl:onProperty s4inma:hasCertificate ; owl:allValuesFrom xsd:string ] ; - rdfs:comment "A uniform collection of tangible raw material which are relevant for the prodcution process. The MaterialBatch can consists of a set of objects with similar properties (e.g. a certain type of screws) or a stock of homogeen material (e.g. oil, water). The difference between MaterialBatch and ItemBatch is that individual items cannot be traced in a MaterialBatch, whereas this is possible in an ItemBatch, meaning that, for example, it is not possible to trace the individual screw used in a MaterialBatch."@en ; - rdfs:label "Material Batch"@en . + rdfs:comment "A uniform collection of tangible raw material which are relevant for the prodcution process. The MaterialBatch can consists of a set of objects with similar properties (e.g. a certain type of screws) or a stock of homogeen material (e.g. oil, water). The difference between MaterialBatch and ItemBatch is that individual items cannot be traced in a MaterialBatch, whereas this is possible in an ItemBatch, meaning that, for example, it is not possible to trace the individual screw used in a MaterialBatch."^^rdfs:Literal ; + rdfs:label "Material Batch" . ### https://saref.etsi.org/saref4inma/MaterialCategory @@ -568,8 +544,8 @@ s4inma:MaterialCategory rdf:type owl:Class ; owl:onProperty s4inma:isCategoryOf ; owl:allValuesFrom s4inma:MaterialBatch ] ; - rdfs:comment "A MaterialCategory describes a category of material in terms of its static properties. Examples are: a certain category of steel or plastic. Each MaterialCategory can have multiple related MaterialBatches, which represent the physical material. The essential properties of the material in all MaterialBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of the material related to an MaterialCategory are similar."@en ; - rdfs:label "Material category"@en . + rdfs:comment "A MaterialCategory describes a category of material in terms of its static properties. Examples are: a certain category of steel or plastic. Each MaterialCategory can have multiple related MaterialBatches, which represent the physical material. The essential properties of the material in all MaterialBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of the material related to an MaterialCategory are similar."^^xsd:string ; + rdfs:label "Material category" . ### https://saref.etsi.org/saref4inma/Measurement @@ -583,13 +559,13 @@ s4inma:Measurement rdf:type owl:Class ; ) ] ] ; - rdfs:comment "A subclass of saref:Measurement that represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement. The saref4imna:Measurement can be linked to individual Batches or Items. Moreover, the Measurement can be an ExpectedMeasurement (i.e. the value which is planned) or the ActualMeasurement (i.e. the value measured during production), which enables to check for deviations between the planned and actual values."@en ; - rdfs:label "Measurement"@en . + rdfs:comment "A subclass of saref:Measurement that represents the measured value made over a property. It is also linked to the unit of measure in which the value is expressed and the timestamp of the measurement. The saref4imna:Measurement can be linked to individual Batches or Items. Moreover, the Measurement can be an ExpectedMeasurement (i.e. the value which is planned) or the ActualMeasurement (i.e. the value measured during production), which enables to check for deviations between the planned and actual values."^^xsd:string ; + rdfs:label "Measurement" . ### https://saref.etsi.org/saref4inma/ProductionEquipment s4inma:ProductionEquipment rdf:type owl:Class ; - rdfs:subClassOf , + rdfs:subClassOf , saref:Device , [ rdf:type owl:Restriction ; owl:onProperty s4inma:belongsToCategory ; @@ -619,8 +595,8 @@ s4inma:ProductionEquipment rdf:type owl:Class ; 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."@en ; - rdfs:label "ProductionEquipment"@en . + 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."^^xsd:string ; + rdfs:label "ProductionEquipment" . ### https://saref.etsi.org/saref4inma/ProductionEquipmentCategory @@ -634,43 +610,43 @@ s4inma:ProductionEquipmentCategory rdf:type owl:Class ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:string ] ; - rdfs:comment "A ProductionEquipmentCategory represents a certain type of production equipment, which is generally static over time. More concretely, the ProductionEquipmentCategory represents a certain model and brand of a production equipment. Each ProductionEquipmentCategory can have multiple related ProductionEquipment, which represent the actual individual machines. Moreover, each ItemCategory can be produced by multiple ProductionEquipmentCategories."@en ; - rdfs:label "Production equipment category"@en . + rdfs:comment "A ProductionEquipmentCategory represents a certain type of production equipment, which is generally static over time. More concretely, the ProductionEquipmentCategory represents a certain model and brand of a production equipment. Each ProductionEquipmentCategory can have multiple related ProductionEquipment, which represent the actual individual machines. Moreover, each ItemCategory can be produced by multiple ProductionEquipmentCategories."^^rdfs:Literal ; + rdfs:label "Production equipment category" . ### https://saref.etsi.org/saref4inma/ProductionEquipmentFunction s4inma:ProductionEquipmentFunction rdf:type owl:Class ; rdfs:subClassOf owl:Thing , saref:Function ; - rdfs:label "Production equipment function"@en . + rdfs:label "Production equipment function"^^xsd:string . ### https://saref.etsi.org/saref4inma/Site s4inma:Site rdf:type owl:Class ; - rdfs:subClassOf ; - rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, sites are identified physical, geographical, and/or logical component groupings of a manufacturing enterprise. A factory can be divided in sites, whereas sites can be divided areas"@en ; - rdfs:label "Site"@en . + rdfs:subClassOf ; + rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, sites are identified physical, geographical, and/or logical component groupings of a manufacturing enterprise. A factory can be divided in sites, whereas sites can be divided areas"^^xsd:string ; + rdfs:label "Site" . ### https://saref.etsi.org/saref4inma/Size s4inma:Size rdf:type owl:Class ; rdfs:subClassOf saref:Property ; - rdfs:comment "The amount of certain objects in a collection (e.g., size of a material batch)."@en ; - rdfs:label "Size"@en . + rdfs:comment "The amount of certain objects in a collection (e.g., size of a material batch)."^^xsd:string ; + rdfs:label "Size" . ### https://saref.etsi.org/saref4inma/UUID s4inma:UUID rdf:type owl:Class ; rdfs:subClassOf s4inma:ID ; rdfs:comment "A universally unique identifier (UUID) is a 128-bit number used to identify items and is also known as: globally unique identifier (GUID). In its canonical textual representation, the sixteen octets of a UUID are represented as 32 hexadecimal (base 16) digits, displayed in five groups separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 alphanumeric characters and four hyphens). UUID are documented in ISO/IEC 11578:1996 \"Information technology – Open Systems Interconnection – Remote Procedure Call (RPC)\" and in ITU-T Rec. X.667 | ISO/IEC 9834-8:2005." ; - rdfs:label "UUID"@en . + rdfs:label "UUID" . ### https://saref.etsi.org/saref4inma/WorkCenter s4inma:WorkCenter rdf:type owl:Class ; rdfs:subClassOf s4inma:ProductionEquipment ; - rdfs:comment "A subclass of s4inma:ProductionEquipment (and therefore of s4bld:PhysicalObject). It is an equipment element under an area in a role-based equipment hierarchy that performs production, storage or material movement (definition taken from IEC 62264). An Area contains work centers."@en ; - rdfs:label "Work center"@en . + rdfs:comment "A subclass of s4inma:ProductionEquipment (and therefore of s4bld:PhysicalObject). It is an equipment element under an area in a role-based equipment hierarchy that performs production, storage or material movement (definition taken from IEC 62264). An Area contains work centers."^^xsd:string ; + rdfs:label "Work center" . ### https://w3id.org/saref#Device diff --git a/requirements/requirements.csv b/requirements/requirements.csv deleted file mode 100644 index 4c59032..0000000 --- a/requirements/requirements.csv +++ /dev/null @@ -1 +0,0 @@ -Id;Category;Requirement \ No newline at end of file diff --git a/tests/tests.csv b/tests/tests.csv deleted file mode 100644 index e5dcc77..0000000 --- a/tests/tests.csv +++ /dev/null @@ -1 +0,0 @@ -Id;Requirement;Category;Test -- GitLab