[orcidPropagatio] added specific classid and classname for pid qualifier

This commit is contained in:
Miriam Baglioni 2024-12-19 11:03:09 +01:00
parent 345d69d11b
commit ec4a90f669
2 changed files with 2 additions and 2 deletions

View File

@ -51,6 +51,8 @@ abstract class SparkEnrichWithOrcidAuthors(propertyPath: String, args: Array[Str
.parquet(s"${workingDir}/${resultType}_matched")
.selectExpr("id", "enriched_author")
matched.show(false)
spark.read
.schema(enc.schema)
.json(s"$graphPath/$resultType")

View File

@ -76,8 +76,6 @@ public class PropagationConstant {
public static final String PROPAGATION_RESULT_COMMUNITY_PROJECT_CLASS_ID = "result:community:project";
public static final String PROPAGATION_RESULT_COMMUNITY_PROJECT_CLASS_NAME = " Propagation of result belonging to community through project";
public static final String PROPAGATION_ORCID_TO_RESULT_FROM_SEM_REL_CLASS_ID = "authorpid:result";
public static final String PROPAGATION_ORCID_TO_RESULT_FROM_SEM_REL_CLASS_NAME = "Propagation of authors pid to result through semantic relations";
public static final String ITERATION_ONE = "ExitAtFirstIteration";
public static final String ITERATION_TWO = "ExitAtSecondIteration";