PennTURBO / semantic-engine

TURBO semantic engine (Drivetrain). Transforms source-dependent RDF data into a source-independent, semantically rich RDF model.
6 stars 0 forks source link

New recipe class names #62

Closed turbomam closed 5 years ago

turbomam commented 5 years ago

to make the recipe classes more intuitive and uniform:

legacy term from to replacement suffix
drivetrain:ObjectConnectionToInstanceRecipe instance instance InstanceToInstanceRecipe
drivetrain:DatatypeConnectionRecipe instance literal InstanceToLiteralRecipe
drivetrain:ObjectConnectionToTermRecipe instance term InstanceToTermRecipe
drivetrain:ObjectConnectionFromTermRecipe term instance TermToInstanceRecipe