gr:eligibleCustomerTypes leaf node


URI

http://purl.org/goodrelations/v1#eligibleCustomerTypes

Label

eligible customer types (0..*)

Description

The types of customers (gr:BusinessEntityType) for which the given gr:Offering is valid.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) gr:eligibleCustomerTypes gr:BusinessEntityType

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@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#> .

gr:eligibleCustomerTypes a owl:ObjectProperty ;
    rdfs:label "eligible customer types (0..*)"@en ;
    rdfs:comment "The types of customers (gr:BusinessEntityType) for which the given gr:Offering is valid."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( gr:Offering <http://schema.org/Offer> ) ] ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range gr:BusinessEntityType .