@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://example.org/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:AdditionalType metadata_def:mappingLoom "additionalservicetype" ; metadata_def:mappingSameURI ns0:AdditionalType ; a owl:NamedIndividual, skos:Concept ; skos:definition "Additional types of web services in the ENVRI Hub Service Catalogue"@en ; skos:note "A web service may well be described with two or more of the Additional types."@en, "When describing a web service to become indexed in the ENVRI Hub Service Catalogue, it is recommended to also associate it with at least one of the Additional service types."@en ; skos:prefLabel "Additional Service Type"@en ; skos:topConceptOf ns0:HubServiceTypes . ns0:AggregatingService skos:broader ns0:AdditionalType . ns0:CatalogueService skos:broader ns0:AdditionalType . ns0:EOSCresource skos:broader ns0:AdditionalType . ns0:HarvestingService skos:broader ns0:AdditionalType . ns0:HubServiceTypes skos:hasTopConcept ns0:AdditionalType . ns0:MappingService skos:broader ns0:AdditionalType . ns0:PlottingService skos:broader ns0:AdditionalType . ns0:ProcessingService skos:broader ns0:AdditionalType . ns0:PublishingService skos:broader ns0:AdditionalType . ns0:SpatialService skos:broader ns0:AdditionalType .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://example.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:AdditionalType
    metadata_def:mappingLoom "additionalservicetype" ;
    metadata_def:mappingSameURI ns0:AdditionalType ;
    a owl:NamedIndividual, skos:Concept ;
    skos:definition "Additional types of web services in the ENVRI Hub Service Catalogue"@en ;
    skos:note "A web service may well be described with two or more of the Additional types."@en, "When describing a web service to become indexed in the ENVRI Hub Service Catalogue, it is recommended to also associate it with at least one of the Additional service types."@en ;
    skos:prefLabel "Additional Service Type"@en ;
    skos:topConceptOf ns0:HubServiceTypes .

ns0:AggregatingService
    skos:broader ns0:AdditionalType .

ns0:CatalogueService
    skos:broader ns0:AdditionalType .

ns0:EOSCresource
    skos:broader ns0:AdditionalType .

ns0:HarvestingService
    skos:broader ns0:AdditionalType .

ns0:HubServiceTypes
    skos:hasTopConcept ns0:AdditionalType .

ns0:MappingService
    skos:broader ns0:AdditionalType .

ns0:PlottingService
    skos:broader ns0:AdditionalType .

ns0:ProcessingService
    skos:broader ns0:AdditionalType .

ns0:PublishingService
    skos:broader ns0:AdditionalType .

ns0:SpatialService
    skos:broader ns0:AdditionalType .