python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to import multiple ontologies into neo4j with multiple labels for the owl:Class
I have 3 ontologies and I want to import them in the same graph in neo4j, but I would like to import each owl:Class of each ontology under a different label.
Any guidance or suggestions are greatly ap...
Curious
Votes: 0
Answers: 1
Sparql Querty to DBpedia endpoint
I am new to SPARQL, and I need to write Sparql query to retrieve all the entities and links that DBpedia use from the Ordnance Survey ontologies.
In words, I need to find out, how DBpedia is linked t...
Satoti
Votes: 0
Answers: 0
Alias a JSON-LD keyword and simultaneously provide a @context for it
I have the following JSON document (based on GitHub API output):
{
"@id": "https://github.com/octadocs/octadocs",
"license": {
"key": "mit",
...
Anatoly Scherbakov
Votes: 0
Answers: 1
Realizing and Retrieving information from a producer-consumer OWL model
I have the following scenario modelled in OWL:
Producer ----producesResource---> Resource <------consumesResource ---- Consumer
Producer, Resource and Consumer are OWL Classes, while producesRes...
user0221441
Votes: 0
Answers: 1