@prefix geo: . @prefix org: . @prefix terms: . @prefix owl: . @prefix skos2: . @prefix foaf: . @prefix rdfs: . @prefix daia: . daia:Storage rdfs:subClassOf org:Site ; rdfs:comment "A place where instances of frbr:Item are stored."@en ; skos2:scopeNote "The name or title of this location can be expressed with foaf:name and dct:title"@en ; a owl:Class ; skos2:ScopeNote "Most instances of this class are also dct:Location and geo:SpatialThing" ; rdfs:seeAlso foaf:name, foaf:primaryTopicOf, geo:SpatialThing ; skos2:scopeNote "A link to a page with more information about the storage can be added with foaf:page and foaf:primaryTopicOf. However there should be another property to express a link to a specific item at a specific storage."@en ; rdfs:subClassOf terms:Location ; rdfs:label "Storage"@en ; rdfs:seeAlso foaf:page, terms:title ; skos2:scopeNote "Physical items can be related to storages with geo:location. Most non-physical items have no locations but access services."@en .