Constructor.
JsonConvert instance
The session token
The session token
Adds cardinalities for properties to a resource class.
the cardinalities to be added.
Creates a new ontology.
The ontology to be created
Creates a resource class without cardinalities.
The resource class to be created.
Creates a resource property.
the resource property to be created.
Deletes an ontology.
the ontology to be deleted.
Removes the comment from the metadata of an ontology.
The ontology metadata to be updated
Deletes a resource class.
with class IRI.
Deletes a resource property.
with property IRI.
Requests metadata about all ontologies from a specific project.
the IRI of the project.
Requests metadata about all ontologies from Knora.
Requests an ontology from Knora.
the IRI of the ontology to be requested.
gets labels and comments in all languages, if set to true.
Handles parsing errors.
the error class provided by us
Performs a general PUT request.
the relative URL for the request.
additional headers, if any.
Performs a general GET request.
the relative URL for the request
additional headers, if any.
Performs a general PATCH request.
the relative URL for the request
the body of the request
content content type of body, if any.
additional headers, if any.
Performs a general POST request.
the relative URL for the request
the body of the request, if any.
content content type of body, if any.
additional headers, if any.
Performs a general PUT request.
the relative URL for the request
the body of the request
content content type of body, if any.
additional headers, if any.
Adds cardinalities for properties to a resource class.
the cardinalities to be added.
Updates gui order of cardinalities
Updates the metadata of an ontology.
The ontology metadata to be updated
Updates a resource class's label or comment.
the new label or comment.
Updates a property's label or comment.
the new label or comment.
Generated using TypeDoc
Handles requests to the ontologies route of the Knora API.