Skip to content
Snippets Groups Projects
Commit eb6b436a authored by María's avatar María
Browse files

Removed s4inma:isFeatureOfInterestOf and s4inma:hasFeatureOfInterest and

parent a984d5fd
No related branches found
No related tags found
1 merge request!6Import SAREF and don't use deprecated terms
Pipeline #6523 passed with warnings
......@@ -138,13 +138,6 @@ s4inma:creates rdf:type owl:ObjectProperty ;
rdfs:label "creates"@en .
### https://saref.etsi.org/saref4inma/hasFeatureOfInterest
s4inma:hasFeatureOfInterest rdf:type owl:ObjectProperty ;
owl:inverseOf s4inma:isFeatureOfInterestOf ;
rdfs:comment "Relationship between a feature of interest and equipment" ;
rdfs:label "has feature of interest"@en .
### https://saref.etsi.org/saref4inma/hasGTIN12ID
s4inma:hasGTIN12ID rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf s4inma:hasIdentifier ;
......@@ -224,12 +217,6 @@ s4inma:isCreatedIn rdf:type owl:ObjectProperty ;
rdfs:label "is created in"@en .
### https://saref.etsi.org/saref4inma/isFeatureOfInterestOf
s4inma:isFeatureOfInterestOf rdf:type owl:ObjectProperty ;
rdfs:comment "Relationship between a feature of interest and equipment" ;
rdfs:label "is feature of interest of"@en .
### https://saref.etsi.org/saref4inma/isProducedBy
s4inma:isProducedBy rdf:type owl:ObjectProperty ;
owl:inverseOf s4inma:produces ;
......@@ -412,10 +399,6 @@ s4inma:Batch rdf:type owl:Class ;
owl:onProperty s4inma:hasIdentifier ;
owl:allValuesFrom s4inma:ID
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4inma:isFeatureOfInterestOf ;
owl:allValuesFrom s4inma:Measurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4inma:needsEquipment ;
owl:allValuesFrom s4inma:ProductionEquipment
......@@ -508,10 +491,6 @@ s4inma:Item rdf:type owl:Class ;
owl:onProperty s4inma:isCreatedIn ;
owl:allValuesFrom s4inma:ItemBatch
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4inma:isFeatureOfInterestOf ;
owl:allValuesFrom s4inma:Measurement
] ,
[ rdf:type owl:Restriction ;
owl:onProperty s4inma:isCreatedIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
......@@ -608,15 +587,7 @@ s4inma:MaterialCategory rdf:type owl:Class ;
### https://saref.etsi.org/saref4inma/Measurement
s4inma:Measurement rdf:type owl:Class ;
rdfs:subClassOf saref:Measurement ,
[ rdf:type owl:Restriction ;
owl:onProperty s4inma:hasFeatureOfInterest ;
owl:allValuesFrom [ rdf:type owl:Class ;
owl:unionOf ( s4inma:Batch
s4inma:Item
)
]
] ;
rdfs:subClassOf saref:Measurement ;
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." ;
rdfs:label "Measurement"@en .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment