schema1:itemLocation leaf node


URI

http://schema.org/itemLocation

Label

itemLocation

Description

Current location of the item.

Usage

DOMAINPROPERTYRANGE
schema1:ArchiveComponent schema1:itemLocation schema1:Place

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:itemLocation a rdf:Property ;
    rdfs:label "itemLocation" ;
    schema1:domainIncludes schema1:ArchiveComponent ;
    schema1:rangeIncludes schema1:Place ;
    rdfs:comment "Current location of the item." .