:stores leaf node


URI

http://purl.org/spar/fabio/stores

Label

stores

Description

This property relates a storage medium to the fabio:Item stored upon it.

Inherits from

Usage

DOMAINPROPERTYRANGE
:StorageMedium :stores :Item

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:stores a owl:ObjectProperty ;
    rdfs:label "stores"@en ;
    rdfs:comment "This property relates a storage medium to the fabio:Item stored upon it."@en ;
    rdfs:domain :StorageMedium ;
    rdfs:range :Item ;
    rdfs:subPropertyOf owl:topObjectProperty ;
    owl:inverseOf :isStoredOn .