http://schema.org/itemLocation
Current location of the item.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema:ArchiveComponent | schema:itemLocation | schema:Place |
@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/> .
schema:itemLocation a rdf:Property ;
rdfs:label "itemLocation" ;
schema:domainIncludes schema:ArchiveComponent ;
schema:rangeIncludes schema:Place ;
rdfs:comment "Current location of the item." .