Definition of s4envi:WasteProcessingFunction
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
Represents the functionality of processing (pre-treating, treating, disposing of) waste.
Description as a Class
- has super-classes
- saref:Function
- has sub-classes
-
s4envi:WasteDisposalFunction
s4envi:WastePreTreatmentFunction
s4envi:WasteTreatmentFunction
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4envi:WasteDisposalFunction rdfs:subClassOf s4envi:WasteProcessingFunction .
s4envi:WastePreTreatmentFunction rdfs:subClassOf s4envi:WasteProcessingFunction .
s4envi:WasteTreatmentFunction rdfs:subClassOf s4envi:WasteProcessingFunction .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:WasteProcessingFunction ;
dct:subject s4envi:WasteProcessingFunction .
s4envi:WasteProcessingFunction a owl:Class ;
rdfs:label "Waste processing function"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Represents the functionality of processing (pre-treating, treating, disposing of) waste."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:subClassOf saref:Function ;
skos:hiddenLabel "WasteProcessingFunction" .