Package org.spdx.tools.schema
Class OwlToJsonSchema
java.lang.Object
org.spdx.tools.schema.AbstractOwlRdfConverter
org.spdx.tools.schema.OwlToJsonSchema
Converts from RDF/OWL RDF/XML documents to JSON Schema draft 7
- Author:
- Gary O'Neall
-
Field Summary
Fields inherited from class org.spdx.tools.schema.AbstractOwlRdfConverter
model, OWL_PROPERTY_TO_RENAMED_PROPERTY, RENAMED_PROPERTY_TO_OWL_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodeMethods inherited from class org.spdx.tools.schema.AbstractOwlRdfConverter
checkConvertRenamedPropertyName, getPropertyRestrictions, getPropertyType, propertiesFromClassRestrictions, propertiesFromClassRestrictions
-
Constructor Details
-
OwlToJsonSchema
public OwlToJsonSchema(org.apache.jena.ontology.OntModel model)
-
-
Method Details
-
convertToJsonSchema
public com.fasterxml.jackson.databind.node.ObjectNode convertToJsonSchema()
-