Representation of database record identifiers, columns and values as triples of URIs, thus enabling machines to share, merge and evaluate data from heterogeneous origins automatically.
-3
votes
0answers
15 views
error in using conceptNet in Python
I am try ConceptNet for the first time. I installed it but when I tried an example I get the following error:
Thank you in advance
0
votes
1answer
15 views
Getting datatype error with Sesame 2.7.1 from DBpedia resources
I'm trying to add to Sesame 2.7.1 the URI "http://dbpedia.org/resource/Brazil" from DBPedia resources. But Sesame 2.7.1 stops with the following error:
'1000000000000' is not a valid value for ...
-1
votes
0answers
11 views
What is the best way to setup a local dbpedia server? [closed]
I am working on a project on named entity recognition. I want to user DbPedia semantic network as additional context for resolving ambiguities within entities.
I have some queries which are ...
0
votes
0answers
18 views
Creating sparql including filters or group by with rdf-agraph
I'm using rdf-agraph gem. I want to create a which queries friends ratings with filtering under 8. So i build this query but couldnt figure out how to implement filter.
query = session.build_query do ...
0
votes
1answer
27 views
How to use an existing ontology in a Java application?
I've created an ontology with several instances. What I'm going to do with it is :
Using Eclipse, create a searching program. User can input a string, and if an instance has this string as one of its ...
0
votes
1answer
39 views
ul or nav for breadcrumbs in HTML?
The Foundation front-end framework provides 2 ways of representing breadcrumbs in HTML:
<ul class="breadcrumbs">
<li><a href="#">Home</a></li>
<li><a ...
1
vote
0answers
32 views
How can I model a complex relation between two resources?
Consider having a relation/predicate between 2 resources:
<#A> <#isRelatedTo> <#B>.
I want to add properties to the <#isRelatedTo> relation: relation strength, description, etc.
So I ...
1
vote
1answer
28 views
ParserConfig error in Sesame 2.7 when trying to upload RDF files from DBpedia
I am trying to upload into my Sesame repository a set of RDF file coming from DBpedia. The problem is: for almost every RDF file, Sesame give the following error:
'whatever_file_is': 'some_value' was ...
1
vote
1answer
37 views
FHIR resource that supports concept no known allergy
Is there a 'no known allergy' mechanism defined in HL7 FHIR resources somewhere in the specification?
0
votes
1answer
30 views
Pubby doesn´t show xsd:double. (semantic web & opendata)
I have a Virtuoso Server to serve triples about domotical sensors. There is a pubby configured to resolve the URIS of the resources.
Let´s consider a device, which has the following triples:
@prefix ...
2
votes
1answer
30 views
Sesame 2.7 failed to recognise RDF Literal
I'm having some trouble with Sesame 2.7. Suppose I have the following RDF document:
<rdf:RDF xmlns:arq="http://example.com/vocab.rdf#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
...
0
votes
0answers
26 views
run prolog query on a jena inference model with allegrograph
I use Jena and allegrograph in eclipse to create a rdf repository and load an ontology to do some prolog queries. The ontology contains some owl properties like owl:inverseOf, hasValue, ...
3
votes
2answers
46 views
How do you split the URI of a SPARQL query result into pieces?
I'm new to semantic web programming and I'm trying to do something with a SPARQL query I'm not entirely sure is possible. However, I thought I'd ask the gurus before trying another approach.
I have a ...
5
votes
2answers
68 views
Representing complicated sentences using RDF syntax
I am new to RDF and I have one question about RDF.
With some simple sentence like : "Ann study Math", there's no problem to represent it using RDF.
But with more complicated sentences such as: "Mr ...
1
vote
1answer
29 views
Friend-of-a-friend (FOAF) support in Facebook
Does Facebook suppport FOAF (friend-of-a-friend)networks?
I think it had a plugin foaf-generator earlier, but it's now deprecated.
Does FB Graph search use FOAF under the hood?
Thanks in advance
0
votes
1answer
67 views
How do you split one schema.org item across several pages?
I have a single page describing an organisation marked up with schema.org data, there are then multiple related pages with review data on.
At the moment these review pages have the same Organisation ...
0
votes
1answer
24 views
LOM - RDF binding
Im trying to expose some learning objects into the semantic web.
I found out that the namespace used for this is "lom= http://ltsc.ieee.org/rdf/lomv1p0/lom#".
I want to get the RDF definition of all ...
0
votes
0answers
44 views
Using wordnet in java
I am new to wordnet API and I am struggling how I can get to th following issue;
I would like that if I give for example "George Bush" I will arrive to the term person. The following diagram ...
2
votes
1answer
46 views
RDF Vocabulary for describing Uri components
Is there a known RDF vocabulary for describing metadata of Uri components? (e.g. scheme, authority, querystring, etc.)
Update I have been able to find a DublinCore term resource for URI, but the ...
1
vote
2answers
28 views
what makes an OWL class anonymous?
I am reading a tutorial that says that this is an anonymous OWL class:
<owl:Class rdf:ID="Reptile">
<rdfs:subClassOf rdf:resource="#Animal”/>
<rdfs:subClassOf ...
1
vote
1answer
80 views
Using GROUP BY, COUNT and SAMPLE in apache jena SPARQL
So I have an RDF schema that contains many "groups", and each of these groups has a "name", and contains a number of "elements". I need to select the name of every group, along with the number of ...
2
votes
1answer
43 views
SPARQL query on rdf:resource
Suppose I want to retrieve the names of all elements in the periodic table with a standard state of 'gas'. Here are what I believe are the relevant portions of the .owl file…
<owl:Class ...
0
votes
1answer
54 views
How to run Jena on AppEngine?
I tried to run an Application with Jena in AppEngine and i got an Rmi exception. Is running jena on AppEngine cant be done? Following is the error log.
java.lang.NoClassDefFoundError: ...
0
votes
1answer
45 views
Is it possible to implement mathematical deduce in semantic web?
For example: we have premises a < b and b < c, can you deduce a < c in Semanric web?
0
votes
1answer
56 views
the difference between owl-s vs wsdl-s in semantic web services?
i am acctually dealing with semantic web services, more specifically WS composition.
to add semantics in web services i find two paths (using owl-s or wsdl-s) ,so what is the limits of each solution?
...
0
votes
2answers
32 views
Annotate Web pages using given Ontology
i have to annotate some web pages using particular ontology of a particular domain and generate annotated web pages in RDF format.
so there is any open source tool available which will complete my ...
0
votes
2answers
54 views
Insert data into OWL ontology
I have a custom OWL ontology and I uploaded into my model like this:
OntModel=ModelFactory.createOntologyModel();
InputStream in = FileManager.get().open(urlFile);
model.read(in,"");
...
1
vote
2answers
34 views
Architecture for the proper decoupling of OWL/RDF knowledge and (mostly numerical) facts
I am working on an application dealing mainly with public health indicators. The related concepts and knowledge are kept in an OWL ontology. There will also be eventually a (potentially important) ...
0
votes
1answer
53 views
OWL Class Expression for Data Property
In my ontology, I have an individual that has this data property
hasName "somaName"^^string,
however, when i'm building a class expression and sending to the reasoner for get the instances, I'm ...
0
votes
2answers
30 views
Can a form be used inside a figure element
Quick question: Can a <form> be used inside a <figure> element? I'm thinking a contact form, for example, would be
"self-contained,[... is] as a single unit from the main flow of the
...
1
vote
2answers
60 views
Best practices for adding semantics to a website
I am a bit confused about the semantics of websites. I understand that every URI should represent a ressource. I assume that all information provided by RDFa inside a webpage describes the ressource ...
0
votes
1answer
59 views
Writing OWLObjectPropertyExpression on OWL Ontology using OWL API
I'm trying to write an OWLObjectPropertyExpression on OWL Ontology object. If I had an OWL Class I use something like the following:
OWLOntologyManager managerWriter = ...
0
votes
1answer
45 views
URL encoding a SPARQL query for dbpedia.org
I am trying to write a code (in ABAP) for URL encoding a SPARQL query for dbpedia.org.
Is there any reference code or method?
Ex: Input:
select distinct ?Concept where {[] a ?Concept} LIMIT 100
...
1
vote
1answer
69 views
OWL ontology design with protege
Hi I am designing an Ontology in which I need to define a data property 'SSN' for a class named 'Person'. Now one restriction, which I am thinking, would be of uniqueness. That is no two instances of ...
1
vote
1answer
38 views
How to hide complex microdata?
To embed microdata that should be hidden or isn't provided as text you can use meta elements. Here is an example for non-visible properties using meta elements. Is there a similar way to hide ...
0
votes
1answer
41 views
Basic RDFS inferencing with the Jena API
I'm currently following the Jena API inferencing tutorial:
https://jena.apache.org/documentation/inference/
and as an exercise to test my understanding, I'd like to rewrite the first example, which ...
0
votes
1answer
77 views
Applications of semantic web/ontology in informational retrieval?
What are the uses of Semantic Web in the information Retrieval. Semantic Web here i mean, the structured created like DBPedia, Freebase.
1
vote
2answers
87 views
[Freebase]: Finding relationship between nodes
I am new to Freebase and I have been trying to find relationships between 2 nodes without success.
For example, I want to find if there is link between Lewis Hamilton(/en/lewis_hamilton) and ...
2
votes
2answers
81 views
How to get Dbpedia resource details using Jena?
After I query dbpedia over its Sparql endpoint, I get results as Jena ResourceImpl objects. Then how I can get details of this resource? For example if this resource is a person; how can I get his/her ...
2
votes
1answer
53 views
How to get this sparqle query to work?
I want to have the following query in Sparql:
"social triads involving Barack Obama and two other people who have some connection to the state of Illinois."
Where a social triad is a group of three ...
1
vote
2answers
29 views
How to find a manufacturer by brand?
I need to solve 2 use cases using some web services:
To resolve an unofficial company name e.g. "BMW", "BMW AG", "Bavarian Motor Works" into the official company name "Bayerische Motoren Werke AG".
...
1
vote
0answers
45 views
Integrating Eulersharp with Cliopatria
I would like to use the Cliopatria Semantic Web Server however I am currently making extensive use of n3-rules using EulerSharp. I don't want to lose the termination guarantees provided by n3, but I ...
1
vote
0answers
34 views
Replacing Triples into an Op object using ARQ Jena
I want to make a code which replaces the triples in an Op object. The triples lie inside the bgp tag and i extracted it using the OpVisitor class visit() method. Now after making the new triples, i ...
1
vote
2answers
76 views
How can I write a query which returns the maximum value in SPARQL?
I want to have a query in SPARQL to find states and the university in each state with most undergraduate students.
I tried this:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
...
0
votes
0answers
27 views
How to present the most relevant entities?
What I'm trying to do is much like Summer. The difference is that I will extract all named-entities in a given article including people, place, organization, etc. Then I'll show users some relevant ...
1
vote
1answer
94 views
Semantic mediawiki #ask query: Displaying nested properties on the same query
I would like to display in the same query properties of a page which is related to the pages im querying for.
Let's say I would like to query all the pages in the City category, which are located in ...
4
votes
1answer
144 views
Dealing with non-semantic uses of “rel” in RDFa
I use RDFa to add linked data to my webpage. I also occasionally use the rel attribute in various tags for non-semantic purposes, such as triggering a javascript tooltip. I am wondering the there is ...
5
votes
1answer
110 views
How to get all of the subjects of a Jena Query?
Suppose I have some jena query object :
String query = "SELECT * WHERE{ ?s <some_uri> ?o ...etc. }";
Query q = QueryFactory.create(query, Syntax.syntaxARQ);
What would be the best way to get ...
0
votes
1answer
80 views
How to transform Modellica code to Ontologies (.owl)?
I working on a mechatronic project and i use dymola tool to generate modelica code for my model . now i want to transform modellica to .owl inorder to implement semantic search for the elements . I ...
1
vote
1answer
35 views
Encoding/providing string & integer values in sqarql GET requests
I have a sparql query with a FILTER statement as follows:
FILTER ((?dayOfWeek = ?day) && (?start >= ?startTime) && (?finish <= ?finishTime))
I know that this query runs ...
