@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
@prefix ns1:	<http://purl.org/net/provenance/> .
@prefix prv:	<http://purl.org/net/provenance/ns#> .
ns1:ns	foaf:topic	prv:DataProvidingService .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
prv:accessedService	rdfs:range	prv:DataProvidingService .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/web/irw.owl#> .
ns4:WebServer	rdfs:subClassOf	prv:DataProvidingService .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
prv:DataProvidingService	rdf:type	owl:Class ;
	rdfs:label	"Data Providing Service"@en ;
	rdfs:isDefinedBy	prv: ;
	rdfs:comment	"DataProvidingService is a concept that represents a non-human agent - usually a Web service or a server - that processes data access requests and actually sends the requested Web representations over the Web."@en ;
	rdfs:subClassOf	prv:NonHumanAgent .
@prefix ns7:	<http://sw.nokia.com/WebArch-1/> .
ns7:Server	rdfs:subClassOf	prv:DataProvidingService .
ns7:Service	rdfs:subClassOf	prv:DataProvidingService .
prv:usedBy	rdfs:domain	prv:DataProvidingService .