Definition of s4envi:WasteDisposalFunction
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
Represents the functionality of disposing of waste.
Description as a Class
- has super-classes
- s4envi:WasteProcessingFunction
- has members
- s4envi:IncinerationFunction, s4envi:LandfillFunction
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 skos: <http://www.w3.org/2004/02/skos/core#> .
s4envi:IncinerationFunction a s4envi:WasteDisposalFunction .
s4envi:LandfillFunction a s4envi:WasteDisposalFunction .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:WasteDisposalFunction ;
dct:subject s4envi:WasteDisposalFunction .
s4envi:WasteDisposalFunction a owl:Class ;
rdfs:label "Waste disposal function"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Represents the functionality of 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 s4envi:WasteProcessingFunction ;
skos:hiddenLabel "WasteDisposalFunction" .