semantic-web Questions
6
I've been reading about Semantic Web technologies such as RDF/RDFS and "ontology", but was wondering how each of these are related? At the moment the terms all seem interchangeable, or I'm not unde...
Motorcycle asked 18/3, 2012 at 0:54
1
Solved
In RDF 1.1 XML Syntax documentation rdf:resource is used as a shortened form when defining Empty Property Elements:
When a predicate arc in an RDF graph points to an object node which has no fur...
Trysail asked 7/7, 2019 at 17:7
2
Do you know some paper or algorithm in NLP that is able to extract sentences from text that are related to given entity (term). I would like to process some reviews (mainly tech), but I found out t...
Motley asked 21/7, 2013 at 9:7
2
While I am trying to understand what semantic web is and what technologies are used, I saw from https://en.wikipedia.org/wiki/Semantic_Web#Semantic_Web_solutions
The Semantic Web takes the solut...
Datolite asked 30/4, 2019 at 12:34
12
I am trying to grasp the concept of Semantic Web. I am finding it hard to understand what exactly is the difference between RDF and OWL. Is OWL an extension of RDF or these two are totally di...
Zingale asked 16/11, 2009 at 6:1
2
Solved
I do think I understand the meaning of these words in programming languages, but it is not clear in regards to RDF and triples. Is there an example that will help me to understand?
Thank you
Conversable asked 15/4, 2011 at 0:33
7
Solved
Currently i am trying to figure out, then to use OWL and then to use UML to describe a domain of interest in a Software Engineering process.
I read this paper by Atkinson, which gives a very good...
Continuation asked 23/9, 2015 at 9:59
14
Solved
This is a question I have been struggling with for a while. What is the proper way to mark up name/value pairs?
I'm fond of the <dl> element, but it presents a problem: There is no way to se...
Moil asked 19/7, 2010 at 12:40
1
Solved
I'm doing a small exercise on sparql. Using Dbpedia Endpoint, I need to count number of triples.
This is my query
// Get the number of triples //
SELECT (COUNT(*) as ?Triples) WHERE { ?s ?p ?...
Tav asked 11/7, 2018 at 14:29
3
Solved
I'm doing a lot of research right now on Semantic Web and complex data models that represent relationships between individuals and organizations.
I knew a little semantic ontologies although I neve...
Bradeord asked 27/4, 2018 at 13:12
2
Solved
I am adding few new DataType in the OWL using Protege.
The DataType is like percentage and I want to specify it's range with the double value ranging from 0 to 100.
Similarly a DataType named Qua...
Asturias asked 2/7, 2014 at 13:8
1
Solved
There's 2 Dublin Core vocabularies DC terms and DC elements.
They define almost the same classes and properties.
So what is the key differences between them, and when to use each one.
Tideland asked 27/11, 2017 at 20:30
2
Solved
I'm using the pellet reasoner on a number of ontologies and have run the info method on a list of IRIs (in this case URLs). The two metrics that interest me are the DL Expressivity and OWL Profile....
Krystlekrystyna asked 27/7, 2010 at 17:52
3
Solved
My goal is to implement a semantic search for my data. My data domain contains proffession skills. I need additional relations for my data structure like 'sameAs' and 'broader'. So, for example if ...
Ceporah asked 13/7, 2012 at 8:8
4
I've been looking all around on why OWL Full is undecidable, but I haven't found an easy to understand example that would lead me to comprehend it.
I've found statements that explain that it is du...
Acetaldehyde asked 14/10, 2017 at 2:47
1
The question of large scale data architecture is of course a vast topic and I am far from an expert. However, I am interested in how JSON-LD is used at scale, so please excuse the lack of specifici...
Greensboro asked 19/9, 2017 at 17:23
2
Solved
What's the difference between Apache Jena and Apache Marmotta?
According to my readings both can be used for semantic web purposes. Both supports RDF,Triple store and so on. Both are based on Jav...
Octodecimo asked 6/3, 2015 at 11:15
2
I need to know the difference between RDB2RDF tools.
Could anybody tell me what are the pros and cons of RDB2RDF tools? Especially for the following ones: Virtuoso, Ultrawrap, Ontop, Morph, X...
Mckeehan asked 3/8, 2017 at 6:37
2
Solved
I'd like to confirm something about the 303 redirect protocol implication.
If one does follow the convention of building RDF (resources/instances file as opposed to vocabularies) using slash URI ...
Despoliation asked 7/4, 2014 at 15:40
2
What the asterisk mean in this SPARQL query?
SELECT ?uri ?type
WHERE{
?uri a ?type.
?type rdfs:subClassOf* example:Device.
}
Does it mean "subclass of a subclass"?
Can I use it with other pred...
Wintertime asked 8/5, 2017 at 3:0
1
I have problem with SPARQL. I want to select something from category. For example subjects. I make query like this in http://dbpedia.org/snorql.
SELECT ?category ?subject WHERE
{
?category a sko...
Masjid asked 3/5, 2017 at 16:16
2
I'm building a small prototype of a Movies semantic search engine based on the data of LinkedIMDB
I've defined some Query Types as an example of use cases
search by entity name search by
entit...
Urus asked 16/11, 2011 at 6:45
5
How adjective are treated in a semantic web RDF triples?
For example, how to traslate in RDF triples the following statement ?
Bob has a new car
Maybe:
subject: bob
predicate: has
object: ca...
Contaminant asked 9/6, 2015 at 21:1
3
Solved
Using OWL API 3.4.9.
Given an OWLClass and on ontology, how can I get <rdfs:label> of that OWLClass in that ontology?
I hope to get the label in the type of String.
Ferule asked 26/12, 2013 at 6:47
1
Solved
Is it possible to bound the length of property path? For example getting all the triples with lengths that are between (m,n) or all that are not between this range? For instance, how could this be ...
Desberg asked 27/5, 2016 at 17:40
© 2022 - 2024 — McMap. All rights reserved.