All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cdc.acrepo-exts-image.1.0.7.source-code.options.ttl Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
@prefix owl:  .
@prefix rdfs: .
@prefix ebucore:  .
@prefix registry:  .
@prefix apix:  .

<#Extension> a apix:Extension ;
    rdfs:label "Image Manipulation Service" ;
    rdfs:comment "A service that can manipulate Fedora binary resources that happen to be images" ;
    apix:exposesService registry:ImageService ;
    apix:exposesServiceAtURI "svc:image" ;
    apix:bindsTo [
        owl:unionOf (
            fedora:Binary
            [ a owl:Restriction ; owl:onProperty ebucore:mimeType ; owl:hasValue "image/tiff" ]
            [ a owl:Restriction ; owl:onProperty ebucore:mimeType ; owl:hasValue "image/jpeg" ]
            [ a owl:Restriction ; owl:onProperty ebucore:mimeType ; owl:hasValue "image/jp2" ] ) ] .




© 2015 - 2024 Weber Informatics LLC | Privacy Policy