# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. stanbol.enhancer.chain.name.name=Name stanbol.enhancer.chain.name.description=The name of the Chain as used in the RESTful \ interface '/chain/' service.ranking.name=Ranking service.ranking.description=If two Chains with the same name are active the \ one with the higher ranking will be used to process parsed content items. #=============================================================================== #Properties and Options used to configure GraphChain #=============================================================================== org.apache.stanbol.enhancer.chain.graph.impl.GraphChain.name=Apache Stanbol Enhancer Chain: Graph Chain org.apache.stanbol.enhancer.chain.graph.impl.GraphChain.description= Allows to directly configure \ the execution plan used to enhance content items stanbol.enhancer.chain.graph.graphresource.name=Graph Resource stanbol.enhancer.chain.graph.graphresource.description=Use the name of the rdf file available \ via the data file provides (e.g. the "/sling/datafiles/" directory). The rdf format is detected \ by the extension. If that does not work for you you can specify it by using \ ;format= (e.g. "myExecutionplan;format=application/rdf+xml") stanbol.enhancer.chain.graph.chainlist.name=Graph stanbol.enhancer.chain.graph.chainlist.description=Allows the line based definition \ of the execution plan with the syntax ";[optional];[dependsOn=,]". \ For details and examples please see the documentation. If a Graph Resource is \ configured this property is ignored.