Export > Export Ontology as RDF Schema File
This feature, for Ontology asset collections, produces a downloadable file that contains the classes and properties that are declared in the ontology, but using the simplified RDF Schema vocabulary only. It will not include SHACL or OWL definitions.
Hint
While the production version of your ontology for TopBraid should always be in SHACL, it sometimes makes sense to export a simplified RDFS version, especially for tools that do not handle SHACL.
Here are some of the rules that will be executed during export:
Copies any triples associated with the current class, including
rdf:type
,rdfs:subClassOf
,rdfs:comments
andrdfs:labels
. Excludes blank nodes as those might be OWL axioms that would require deeper traversal and are not needed for RDFS export.Copies any triples associated with the current
owl:Ontology
. Excludes blank nodes in case those are used.Creates an instance of
rdf:Property
for each URI path. Copiessh:name
intordfs:label
andsh:description
intordfs:comment
where applicable.Assigns an
rdfs:domain
to a property if there is exactly one class that has the given property as itssh:property
.Based on
sh:datatype
andsh:class
constraints this sets therdfs:range
of the property, assuming that there is just a single constraint of this type anywhere.
Tip
The exact SHACL rules that are used for the conversion can be found in the graph with URI
http://datashapes.org/shacl2rdfs
in the workspace.
See Also
Further Reading on SHACL
Further Reading on Ontologies
Further Reading on TopBraid