s4envi:accepts — accepts

IRI
https://saref.etsi.org/saref4envi/accepts
Is defined by
https://saref.etsi.org/saref4envi/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4envi/v2.1.1/
Download serialization
License

Definition of s4envi:accepts

Defined in https://saref.etsi.org/saref4envi/v2.1.1/ as:

A container, waste processing device, waste processing site or waste collection vehicle kind is intended to accept one or more waste kinds. A waste collection vehicle kind is intended to accept one or more container kinds.

Description as an Object Property

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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4envi:Container rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4envi:WasteKind ;
            owl:onProperty s4envi:accepts ] .

s4envi:WasteCollectionVehicleKind rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass [ a owl:Class ;
                    owl:unionOf ( s4envi:ContainerKind s4envi:WasteKind ) ] ;
            owl:onProperty s4envi:accepts ] .

s4envi:WasteProcessingDevice rdfs:subClassOf [ a owl:Restriction ;
            owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4envi:WasteKind ;
            owl:onProperty s4envi:accepts ] .

s4envi:WasteProcessingSite rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4envi:WasteKind ;
            owl:onProperty s4envi:accepts ] .

<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:accepts ;
    dct:subject s4envi:accepts .

s4envi:accepts a owl:ObjectProperty ;
    rdfs:label "accepts"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:comment "A container, waste processing device, waste processing site or waste collection vehicle kind is intended to accept one or more waste kinds. A waste collection vehicle kind is intended to accept one or more container kinds."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( s4envi:WasteProcessingDevice s4envi:WasteProcessingSite s4envi:Container s4envi:WasteCollectionVehicleKind ) ] ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( s4envi:ContainerKind s4envi:WasteKind ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/saref4envi/v2.1.1/> ;
    skos:hiddenLabel "accepts" .