Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Need appropriate ontology classes for OSF objects #3

Description

@karenhanson

Many of the OSF types were not easily mapped to existing ontologies. Before connecting the harvester to production RMap, we need to figure out what to replace these types with. Currently made up URLs are used. Specifically, these lines point to the code that is problematic:

protected static final String OSF_TERMS_PREFIX = "http://osf.io/terms/";
/** OSF Registration ontology term. */
protected static final String OSF_REGISTRATION = OSF_TERMS_PREFIX + "Registration";
/** OSF Project ontology term. */
protected static final String OSF_PROJECT = OSF_TERMS_PREFIX + "Project";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions