Converts an entity definition to the specified type.
the entity definition to be converted.
the target type of the conversion.
the converter to be used.
Converts a list of ontologies or a single ontology serialized as JSON-LD to an instance of OntologiesMetadata
JSON-LD representing ontology metadata.
instance of JsonConvert to use.
Converts an ontology serialized as JSON-LD to an instance of ReadOntology
.
ontology as JSON-LD already processed by the jsonld-processor.
instance of JsonConvert to use.
config object to use.
the ontology as a ReadOntology
.
Converts the response from createResourceClass serialized as JSON-LD to an instance of ResourceClassDefinition
JSON-LD representing a resource class definition.
instance of JsonConvert to use.
Converts the response from createResourceProperty serialized as JSON-LD to an instance of ResourcePropertyDefinition
JSON-LD representing a resource property definition.
instance of JsonConvert to use.
Determines resource class definitions when passed to filter() applied to an array of entity definitions.
the entity definition to be analyzed.
Determines resource property definitions when passed to filter() applied to an array of entity definitions.
the entity definition to be analyzed.
Determines standoff class definitions when passed to filter() applied to an array of entity definitions.
the entity definition to be analyzed.
Determines system property definitions when passed to filter() applied to an array of entity definitions.
the entity definition to be analyzed.
Given a Knora entity IRI, gets the ontology Iri. External entity Iris are ignored.
an entity Iri.
the Knora api configuration.
the ontology IRI as the only entry in an array, otherwise an empty array.
Generated using TypeDoc