triples Questions
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
1
Solved
The W3C Recommendation RDF 1.1 Concepts and Abstract Syntax defines what a generalized RDF triple is (i.e., a non-standard triple where each of subject/predicate/object can be a IRI/bnode/literal)....
2
Solved
Take this graph:
:thing1 a :Foo ;
:has :A ;
:has :B .
:thing2 a :Foo ;
:has :B ;
:has :A .
:thing3 a :Foo ;
:has :A ;
:has :B ;
:has :C .
I want to select :thing1 and :thing2, but NOT :...
Lombard asked 15/3, 2015 at 19:32
2
Solved
I am have understand the basics of reification in RDF. Two clearly explanations are given here: explanation 1
and explanation 2. If you observe carefully, actually we can present in the sentence "E...
Lester asked 1/4, 2014 at 22:27
2
Solved
I have got rdf triples with me, now I am interested in generating RDF/XML file using rdflib in Python. Could you please give me some sample code to start.
Thanks
3
Vague, uninformed questions:
1: Why do nearly 100% of app developers, app development communities and literature (books, tutorials, etc) take for-granted that you want to express data using either...
Armes asked 2/5, 2012 at 16:32
2
Solved
I need a little help selecting the right triples from my store....
<a> a <type/1> .
<b> a <type/1> .
<c> a <type/1> .
<c> a <type/2> .
i want to s...
Malita asked 17/8, 2011 at 18:0
1
© 2022 - 2024 — McMap. All rights reserved.