schema1:mentions leaf node


URI

http://schema.org/mentions

Label

mentions

Description

Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept.

Usage

DOMAINPROPERTYRANGE
schema1:CreativeWork schema1:mentions schema1:Thing

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .

schema1:mentions a rdf:Property ;
    rdfs:label "mentions" ;
    schema1:domainIncludes schema1:CreativeWork ;
    schema1:rangeIncludes schema1:Thing ;
    rdfs:comment "Indicates that the CreativeWork contains a reference to, but is not necessarily about a concept." .