schema1:about leaf node


URI

http://schema.org/about

Label

about

Description

The subject matter of the content.

Usage

DOMAINPROPERTYRANGE
schema1:CreativeWork schema1:about 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:about a rdf:Property ;
    rdfs:label "about" ;
    schema1:domainIncludes schema1:CreativeWork ;
    schema1:rangeIncludes schema1:Thing ;
    rdfs:comment "The subject matter of the content." .