LookupPersonRuleLooks people up in external vocabularies.
Should be applied to a srcPath that stores person names.
noLocalTermsLinking external vocabularies is done directly, without the creation of local proxy terms.
Sample use:
<ac:eu.annocultor.lookuprules.LookupPersonRule-noLocalTerms> <ac:srcPath rdf:datatype="ac:Path"> </ac:srcPath> <ac:dstProperty rdf:datatype="ac:Property"> </ac:dstProperty> <ac:dstGraph rdf:datatype="ac:Graph"> </ac:dstGraph> <ac:birthPath rdf:datatype="ac:Path"></ac:birthPath> <ac:deathPath rdf:datatype="ac:Path"></ac:deathPath> <ac:termsProperty rdf:datatype="ac:Property"></ac:termsProperty> <ac:termsSignature rdf:datatype="ac:String"></ac:termsSignature> <ac:termsSplitPattern rdf:datatype="ac:String"></ac:termsSplitPattern> <ac:termsVocabulary rdf:datatype="ac:VocabularyOfPeople"> </ac:termsVocabulary> </ac:eu.annocultor.lookuprules.LookupPersonRule-noLocalTerms>