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

Patient roles instantiated without types for post_icbo_synthea_omop_cnp_transformation_instructions.ttl #73

Closed turbomam closed 5 years ago

turbomam commented 5 years ago

drivetrain:RoleClassList drivetrain:range obo:OBI_0000093 .

  a drivetrain:InstanceToTermRecipe ;
  drivetrain:multiplicity drivetrain:1-1 ;
  drivetrain:subject drivetrain:RoleToBeTyped ;
  drivetrain:predicate rdf:type ;
  drivetrain:object drivetrain:RoleClassList ;
.

print query for drivetrain:Patients includes this insertion:

?RoleToBeTyped rdf:type ?OBI_0000093 .

greenguy33 commented 5 years ago

now printing ?RoleToBeTyped rdf:type <http://purl.obolibrary.org/obo/OBI_0000093>