question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Accession of Data in a RDFOntology

See original GitHub issue

I have a question about the accession of the data written in a RDFOntology. The Ontology representation is obtained by loading a RDFGraph. let graph = RDFSharp.Model.RDFGraph.FromFile (Model.RDFModelEnums.RDFFormats.RdfXml, @"path") let ont = RDFOntology.FromRDFGraph(graph) By calling ont.Data i get a sequence of the data contained in the ontology, but what it seems to be missing are the properties assigned to the data. Is there a way to obtain all the data of an ontology with the corresponding properties? Thanks in advance for any help!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mdesalvocommented, Jan 13, 2021

Sure. In this new kind of object, would you expect to have only explicit knowledge for the given fact or also its available inferences?

0reactions
mdesalvocommented, Jan 17, 2021

Will be available in next release (v2.20)

Read more comments on GitHub >

github_iconTop Results From Across the Web

RDF-Based Semantics - OWL
OWL 2 ontologies provide classes, properties, individuals, and data values and are stored as Semantic Web documents. OWL 2 ontologies can be used...
Read more >
Cool things I do with RDF
To start with, RDF is a graph data representation, which makes data merging a lot easier. RDF also has standard string serializations (a...
Read more >
Protein ontology on the semantic web for knowledge ...
PRO Linked Open Data can be browsed via faceted browser interface and queried using SPARQL via YASGUI. RDF data dumps are also available...
Read more >
Knowledge Graph Reasoning over Unseen RDF Data
Ontologies are represented using Ontology languages like OWL, RDF, RDFS etc. On- tology languages are a form of formal languages which guide ...
Read more >
An Approach for Mapping Relational Database into Ontology
Domain ontologies can be used to formulate RDB schema and data in order to simplify the mapping of the underlying data sources. Our...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found