
cdc.acrepo-exts-image.1.2.0.source-code.options.ttl Maven / Gradle / Ivy
@prefix apix: .
@prefix owl: .
@prefix ebucore: .
@prefix ldp: .
@prefix registry: .
@prefix rdfs: .
<> 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:exposesServiceAt "svc:image";
apix:bindsTo <#class> .
<#class> owl:intersectionOf (
ldp:NonRDFSource
[ a owl:Restriction; owl:onProperty ebucore:hasMimeType; owl:hasValue "image/tiff", "image/jpeg", "image/jp2" ]
) .
© 2015 - 2025 Weber Informatics LLC | Privacy Policy