View source: R/export_as_rdf.R
export_as_rdf | R Documentation |
Export an ontology as RDF
export_as_rdf(ontology, filename)
ontology |
|
filename |
|
No return value, called for the side effect of exporting an ontology.
ontoDir <- system.file("extdata", "crops.rds", package = "ontologics")
onto <- load_ontology(path = ontoDir)
## Not run:
export_as_rdf(ontology = onto, filename = "onto.ttl")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.