schema1:image leaf node


URI

http://schema.org/image

Label

image

Description

An image of the item.

Usage

DOMAINPROPERTYRANGE
schema1:Thing schema1:image sh:IRI

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/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .

schema1:image a rdf:Property ;
    rdfs:label "image" ;
    schema1:domainIncludes schema1:Thing ;
    schema1:rangeIncludes sh:IRI ;
    rdfs:comment "An image of the item." .