Questions tagged [topbraid-composer]

Topbraid Composer is a semantic web modeling tool for RDF/OWL graphs and SPARQL queries.

TopBraid Composer is a semantic web modeling tool for RDF/OWL graphs and SPARQL queries.

Editions:

In order to get TopBraid Composer Free Edition, select "Free Edition" in the "Product" drop-down list on the "Installation" page.

53 questions
4
votes
2 answers

A SPARQL Query to get my pizza's name

I am just a beginner in SPARQL and can write some basic queries. I have a pizza ontology in which there is one pizza whose properties are as follows: rdf:subClassOf NamedPizza hasTopping only (MozzarellaTopping or…
3
votes
1 answer

SHACL validation using dash:reifiableBy

I am testing validation of RDF data using SHACL in TopBraidComposer Maestro Edition (v 6.3.2). During my analysis of SHACL, I came across the document DASH Reification Support for SHACL. Chapter 2 of that document defines the property…
jechterhoff
  • 175
  • 2
  • 9
3
votes
1 answer

HTTP Request using Mozilla Rhino

I would like to write a JavaScript code processed with Mozilla Rhino that can do a simple HTTP GET request, which fetches a text string from a URL. The problem is that, I couldn't find any support in Rhino to do any kind of HTTP requests. Besides, I…
Ahmed Emad
  • 619
  • 10
  • 23
3
votes
1 answer

How to see yago2s ontology like dbpedia owl?

Hello I'm totally newbie in ontology. I downloaded dbpedia ontology .owl file and open it using topbraid composer. Topbraid composer shows dbpedia class( owl:Thing -> Activity, Agent, .. etc). Each class also has its own instances. However, yago2s…
2
votes
1 answer

Multiple paths and existential quantification in SHACL rules (should I use sh:oneOrMorePath perhaps?)

I would like to understand how to handle multiple paths and existential quantification in SHACL rules. Let me exemplify my problem with a sample ontology. The ontology includes the classes "Approve", "Legal", "Result", "Man", and "Machine", all…
2
votes
0 answers

The "Run Inference" doesn't work in Maestro edition

I downloaded the maestro edition and was following the starter guide with the Person ontology tutorial. It has been good until i tried the inference example. I clicked "Inference->Run Inferences", in the 'inferences' views, it's empty. nothing…
user697911
  • 10,043
  • 25
  • 95
  • 169
2
votes
1 answer

How to Sparql INSERT in TopBraid Composer?

I'm trying to insert new classes by using Sparql in TopBraid Composer (ME 5.5.2). My simple ontology looks like this: Then I wrote a Sparql query to insert Berry as a subclass of Fruit: PREFIX ft:…
vw511
  • 171
  • 10
2
votes
1 answer

SPARQL-Query for all objects with a specific prefix?

I created an ontology with different prefixes (rdf, rdfs, owl, example, car, bike, ...). I use them to demarcate different domains and examples. How can I query for all objects with the profix i.e. "car"? Thank you in advance!
Grapheneer
  • 897
  • 8
  • 25
2
votes
1 answer

Set default value to property with SPIN

I am new to SPIN. I wonder if it makes sense to use it for the following purpose. Say I have the following class hierarchy: ex:Vehicle ex:Car ex:Sedan Some classes have the property owl:equivalenClass set to some value, for example: ex:Vehicle …
Jay
  • 127
  • 9
2
votes
2 answers

Why does this federated SPARQL query work in TopBraid but not in Apache Fuseki?

I have the following federated SPARQL query that works as I expect in TopBraid Composer Free Edition (version 5.1.4) but does not work in Apache Fuseki (version 2.3.1): PREFIX rdfs: PREFIX movie:…
Barry NL
  • 963
  • 1
  • 9
  • 16
2
votes
1 answer

How can I load SPARQL/SPIN constraints and constructors created in TopBraid Composer for use in Sesame within a SPIN-capable repository?

I have successfully generated and tested SPIN constraints (using SPARQL ASK queries) within an OWL/RDF ontology using TopBraid Composer Maestro Edition version 5.1.1. I would now like to test these SPIN constraints in Sesame. How can I get my SPIN…
Greg Cox
  • 287
  • 1
  • 12
2
votes
2 answers

How to transpose the query result in SPARQL

I am using TopBraid Composer for writing SPARQL queries. I have queried the following result: | Header | Total | |-------- |------- | | | | | A | 5 | | | | | B | 6 …
mishaqman
  • 29
  • 4
2
votes
1 answer

Connect disparate data sources with TopBraid Composer

I'm working on a proof of concept to explore how to connect SPARQL data from different data sources. I have two OWL classes, each from its own data model, representing information that I've extracted from two different systems. The data models…
Matt McMinn
  • 15,983
  • 17
  • 62
  • 77
2
votes
1 answer

Connect Topbraid Composer to Stardog with Sesame

I'm failing to connect Topbraid Composer 4.6.3 to Stardog 3.0 with the help of a Sesame 2.8.1 repository. These are the steps I'm following: Create a new RDF/OWL Sesame2 Repository Connection Entered a File name, Base URI and Service URL. The…
tstorms
  • 4,941
  • 1
  • 25
  • 47
1
vote
0 answers

How to compare individuals through two paths in SHACL?

This questions is related to the one at this link. Let's say it is an "extended question". The ontology at that link contains the following individuals: :a rdf:type :Approve ; :has-theme :r1,:r2 . :r1 rdf:type :Result ; :come-from :m1 . :r2…
1
2 3 4