@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/coswot/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <https://w3id.org/coswot/core/> . ns0:ServiceOfInterest metadata_def:mappingLoom "serviceofinterest" ; metadata_def:mappingSameURI ns0:ServiceOfInterest ; metadata_def:prefLabel "Service Of Interest"@en ; metadata:prefixIRI "coswot:ServiceOfInterest" ; a owl:Class ; rdfs:comment "A coswot:Service is a digital representation of a function in a network, making it discoverable, registerable and remotely controllable in the network. An instance of coswot:ServiceOfInterest is specific to a function of interest."@en ; rdfs:isDefinedBy ns1:services_operations ; rdfs:label "Service Of Interest"@en ; rdfs:subClassOf ns0:Service . ns0:hasOperationOfInterest rdfs:domain ns0:ServiceOfInterest . ns0:isOperationOfInterestOf rdfs:range ns0:ServiceOfInterest .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/coswot/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <https://w3id.org/coswot/core/> .

ns0:ServiceOfInterest
    metadata_def:mappingLoom "serviceofinterest" ;
    metadata_def:mappingSameURI ns0:ServiceOfInterest ;
    metadata_def:prefLabel "Service Of Interest"@en ;
    metadata:prefixIRI "coswot:ServiceOfInterest" ;
    a owl:Class ;
    rdfs:comment "A coswot:Service is a digital representation of a function in a network, making it discoverable, registerable and remotely controllable in the network. An instance of coswot:ServiceOfInterest is specific to a function of interest."@en ;
    rdfs:isDefinedBy ns1:services_operations ;
    rdfs:label "Service Of Interest"@en ;
    rdfs:subClassOf ns0:Service .

ns0:hasOperationOfInterest
    rdfs:domain ns0:ServiceOfInterest .

ns0:isOperationOfInterestOf
    rdfs:range ns0:ServiceOfInterest .