cdc.acrepo-exts-image.1.0.2.source-code.options.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of acrepo-exts-image Show documentation
Show all versions of acrepo-exts-image Show documentation
Repository Extension Services
@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 - 2025 Weber Informatics LLC | Privacy Policy