Class: Openphar::Models::BiologicalSubstanceMonograph

Inherits:
Monograph
  • Object
show all
Defined in:
lib/openphar/models/biological_substance_monograph.rb

Overview

Represents a biological substance monograph

Biological substances are derived from living organisms or produced by biotechnology methods.

Class Method Summary collapse

Methods inherited from Monograph

harmonized_type, #iri, jsonld_types, #label, wire_key

Methods inherited from BaseEntity

jsonld_context, neo4j_label, neo4j_labels_string, #to_cypher, #to_cypher_match, #to_jsonld, #to_neo4j_node, #to_neo4j_properties

Class Method Details

.jsonld_typeObject



25
26
27
# File 'lib/openphar/models/biological_substance_monograph.rb', line 25

def jsonld_type
  'BiologicalSubstanceMonograph'
end

.neo4j_labelsObject



21
22
23
# File 'lib/openphar/models/biological_substance_monograph.rb', line 21

def neo4j_labels
  %w[Monograph Biological]
end