When importing RDF into a triple store: Are referenced blank nodes (as object) gonna be merged or handled separately, as if they are distinct?
Example RDF to import into a triple store:
@prefix ex: .
ex:foo ex:bar [
ex:baz 42
], [
…
For compatibility/legacy reasons I need to use RC2 encryption in CBC mode.
I am writing a test - but I get completely different results in C#, Python and with Online Tools, with the (seemingly) same input values.
For all implementations I used the…
This is my first post,so I'm not sure how to ask the question ,but I have been working on an e-learning website using a classic search engine and a semantic one,I created my ontology,and used ARC2 and fuseki server, and the sparql query works when…
I created a CONSTRUCT query in ARC2 PHP, but how is it possible to count how many triplets I have received?
$query = '
PREFIX dbpedia-owl:
PREFIX owl:
PREFIX xsd:…
For legacy compatibility I am being tasked with taking a 40 character value and adding 00000000 to the end and encrypting using RC2 in CBC Mode. I've been provided a 20 character key to use for encryption and a stand alone tool, written in Java,…
I try to query data in the ontology which is saved in the GraphDB Ontotext. I use ARC2 as remote store end point, but I got the result that my query can't handle Prefix. I implement it using Codeigniter and it worked fine to find Class inside…
My php-script works perfectly, if I execute it in a shell ($ php test.php). But if I call the same php-file in my web-browser it just works in parts.
I work on a Debian4.9-System, the php-file is in /var/www/html/ (will change this). I suspect, that…
I used the ARC2 PHP library (https://github.com/semsol/arc2) to query my ontology from my website. It needed me to create a MySQL database on the server, which I did. Triples from the ontology are stored in this database, by the ARC2 library. SPARQL…
I am trying to insert an individual into in ARC 2, without any success for now...
I used INSERT INTO ...CONSTRUCT
$query = 'PREFIX owl:
PREFIX untitled-ontology-120:
…
I'm using ARC2 in order to execute SPARQL queries on DBpedia and get the results as a HTML Web page (a table). Thus the script for this purpose is written in PHP and SPARQL.
But I would also like to integrate "in the same time" another endpoint in…
i was developing a website using php (i used ARC2 library) that uses OWL as a backend like mysql, but i can not query and get any result... please please help :(
here is the full code that i was trying...