@prefix foaf: .
@prefix rdfs: .
@prefix owl: .
@prefix daia: .
daia:provides rdfs:domain foaf:Organization ;
a owl:ObjectProperty ;
rdfs:comment "Relates an Institution to a Service that is provided by the Institution."@en ;
owl:inverseOf daia:providedBy ;
rdfs:label "provides"@en ;
rdfs:range daia:Service .