@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ontology/service#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://purl.org/ontology/> . @prefix schema: <http://schema.org/> . ns0:consumedBy a owl:ObjectProperty ; rdfs:domain ns0:Service ; rdfs:isDefinedBy ns1:service ; rdfs:label "consumedBy"@en ; rdfs:range ns0:ServiceConsumer ; rdfs:seeAlso schema:serviceAudience ; owl:inverseOf ns0:consumes .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ontology/service#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/ontology/> .
@prefix schema: <http://schema.org/> .

ns0:consumedBy
    a owl:ObjectProperty ;
    rdfs:domain ns0:Service ;
    rdfs:isDefinedBy ns1:service ;
    rdfs:label "consumedBy"@en ;
    rdfs:range ns0:ServiceConsumer ;
    rdfs:seeAlso schema:serviceAudience ;
    owl:inverseOf ns0:consumes .