http://schema.org/genre
Genre of the creative work, broadcast channel or group.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema:CreativeWork | schema:genre | rdf:langString , xsd:string , sh:IRI |
@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/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:genre a rdf:Property ;
rdfs:label "genre" ;
schema:domainIncludes schema:CreativeWork ;
schema:rangeIncludes rdf:langString,
xsd:string,
sh:IRI ;
rdfs:comment "Genre of the creative work, broadcast channel or group." .