{
"class" : {
"rdf:type" : "rdfs:Class",
"rdfs:comment" : "A brand is a name used by an organization or business person for labeling a product, product group, or similar.",
"rdfs:label" : "Brand",
"rdfs:subClassOf" : "schema:Intangible",
"schema:contributor" : "collab:GoodRelationsClass"
},
"properties" : {
"schema:aggregateRating" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "The overall rating, based on a collection of reviews or ratings, of the item.",
"rdfs:label" : "aggregateRating",
"schema:domainIncludes" : [
"schema:Product",
"schema:Brand",
"schema:Event",
"schema:Organization",
"schema:Offer",
"schema:Service",
"schema:Place",
"schema:CreativeWork"
],
"schema:rangeIncludes" : "schema:AggregateRating"
},
"schema:logo" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "An associated logo.",
"rdfs:label" : "logo",
"rdfs:subPropertyOf" : "schema:image",
"schema:contributor" : "collab:GoodRelationsTerms",
"schema:domainIncludes" : [
"schema:Service",
"schema:Product",
"schema:Brand",
"schema:Organization",
"schema:Place"
],
"schema:rangeIncludes" : [
"schema:ImageObject",
"schema:URL"
]
},
"schema:review" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A review of the item.",
"rdfs:label" : "review",
"schema:domainIncludes" : [
"schema:Place",
"schema:CreativeWork",
"schema:Service",
"schema:Product",
"schema:Brand",
"schema:Event",
"schema:Offer",
"schema:Organization"
],
"schema:rangeIncludes" : "schema:Review"
},
"schema:slogan" : {
"rdf:type" : "rdf:Property",
"rdfs:comment" : "A slogan or motto associated with the item.",
"rdfs:label" : "slogan",
"schema:domainIncludes" : [
"schema:Organization",
"schema:Place",
"schema:Service",
"schema:Product",
"schema:Brand"
],
"schema:rangeIncludes" : "schema:Text"
}
}
}