Definition of s4envi:WasteProducer
Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:
Person or organisation which produces waste from their own activities (source: ISO 24161:2022, clause 3.2.1.6).
Description as a Class
- has super-classes
-
<http://xmlns.com/foaf/0.1/Agent>
saref:FeatureOfInterest - is in range of
- s4envi:isProducedBy
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4envi:Perimeter rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty saref:consistsOf ;
owl:someValuesFrom s4envi:WasteProducer ] .
s4envi:Waste rdfs:subClassOf [ a owl:Restriction ;
owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass s4envi:WasteProducer ;
owl:onProperty s4envi:isProducedBy ] .
s4envi:isProducedBy rdfs:range s4envi:WasteProducer .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:WasteProducer ;
dct:subject s4envi:WasteProducer .
s4envi:WasteProducer a owl:Class ;
rdfs:label "Waste producer"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "Person or organisation which produces waste from their own activities (source: ISO 24161:2022, clause 3.2.1.6)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent>,
saref:FeatureOfInterest ;
skos:hiddenLabel "WasteProducer" .