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