Rule FacetRenamePropertyRule

Links to a value with a property, which name depends on the value of another property.

Constructor resourceFromProperty

Creates a resource link to a value with a property, which name depends on the value of the srcPath (the value to which this rule is applied). A valid RDF property URI, suitable for XML/RDF serialization, is generated from this value, and prefixed with the dstNamespaceProperties. The values are taken from the valuePath and prefixed with the dstNamespaceValue.

Sample use:

<ac:eu.annocultor.rules.FacetRenamePropertyRule-resourceFromProperty>
  <ac:srcPath rdf:datatype="ac:Path">  </ac:srcPath>
  <ac:dstNamespaceProperties rdf:datatype="ac:Namespace">  </ac:dstNamespaceProperties>
  <ac:dstNamespaceValues rdf:datatype="ac:Namespace">  </ac:dstNamespaceValues>
  <ac:valuePath rdf:datatype="ac:Path">  </ac:valuePath>
  <ac:dstGraph rdf:datatype="ac:Graph">  </ac:dstGraph>
</ac:eu.annocultor.rules.FacetRenamePropertyRule-resourceFromProperty>