Definition of s4envi:FinalWaste
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
State of waste that has been processed by a waste disposal device.
Description as a Class
- has super-classes
- saref:FeatureOfInterest
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:WasteProcessingDevice rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( s4envi:FinalWaste s4envi:SecondaryRawResource ) ] ;
owl:onProperty s4envi:produces ] .
s4envi:becomes rdfs:range [ a owl:Class ;
owl:unionOf ( s4envi:FinalWaste s4envi:SecondaryRawResource ) ] .
s4envi:hasCreationDate rdfs:domain [ a owl:Class ;
owl:unionOf ( s4envi:FinalWaste s4envi:SecondaryRawResource ) ] .
s4envi:produces rdfs:range [ a owl:Class ;
owl:unionOf ( s4envi:FinalWaste s4envi:SecondaryRawResource ) ] .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:FinalWaste ;
dct:subject s4envi:FinalWaste .
s4envi:FinalWaste a owl:Class ;
rdfs:label "Final waste"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "State of waste that has been processed by a waste disposal device."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:subClassOf saref:FeatureOfInterest ;
skos:hiddenLabel "FinalWaste" .