http://schema.org/mentions
Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema:CreativeWork | schema:mentions | schema:Thing |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
schema:mentions a rdf:Property ;
rdfs:label "mentions" ;
schema:domainIncludes schema:CreativeWork ;
schema:rangeIncludes schema:Thing ;
rdfs:comment "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." .