@prefix dcmitype: .
@prefix rdfs: .
@prefix owl: .
@prefix terms: .
@prefix skos2: .
@prefix daia: .
daia:Service skos2:scopeNote "Do not mix types of services (like 'loaning'), which are subclasses of Service, and specific instances of services (like loaning a particular book)!"@en, "The property dct:coverage may be used to refer to a scope of this service - but this is outside of the core purpose of DAIA"@en ;
rdfs:label "Service"@en ;
rdfs:seeAlso terms:coverage ;
rdfs:comment "A Service is something that is provided by an Institution, typically related to an Item, for instance the service of loaning the Item."@en ;
rdfs:subClassOf dcmitype:Service ;
a owl:Class ;
skos2:scopeNote "Messages can be added with dct:description."@en ;
rdfs:seeAlso terms:description .