Tagged Questions
The rdfs tag has no wiki summary.
6
votes
3answers
71 views
What's the preferred RDF toolset for Ruby?
What's the best Ruby library for working with RDF and SPARQL? I saw some other related questions but they were over two years old.
5
votes
3answers
141 views
N3 notation to RDF/XML
I have to sample N3 and I need to convert it to the corresponds RDF/XML format please , any help ?
crop:AttributeValue a rdfs:Class .
crop:SomeValue a rdfs:Class; rdfs:subClassOf ...
3
votes
2answers
68 views
What do “IS” “IL” and “IEXT” refer to in the RDF Semantics specification?
These terms are used in the "Definition of a simple interpretation" table on http://www.w3.org/TR/2004/REC-rdf-mt-20040210/#interp . I am a little unclear on their meaning.
At this point I think ...
3
votes
2answers
63 views
How to transform RDFS to RDFS?
I have two RDF schemas and I need to convert one to another.
Is there any transformation language analogue to XSLT just for RDFS?
I'm looking for a possible implementation in .NET, but other platforms ...
3
votes
2answers
290 views
Using the 'GRAPH' keyword in SPARQL to fetch remote graphs
I'm looking to use SPARQL for a relatively basic task: Given a FOAF graph, I'd like to parse the elements I find in there, get their tags (if they exist) and then, use those as new graphs from which ...
2
votes
1answer
17 views
Difference between domain and range in rdf schema?
could you please explain me the difference between rdfs:domain and rdfs:range with an example? and when should i use domain and when range? i have read h w3c rdf primer but i did not understand the ...
2
votes
1answer
42 views
to parse .rdfs file
below is my .rdfs file. i need to get YYYY if my input is XXXX. How do i do it.
<rdfs:Class rdf:about="&kb;XXXX"
rdfs:label="XXXX">
<rdfs:subClassOf ...
2
votes
1answer
146 views
RDF/XML using Jena
How can I generate the following RDF/XML using Jena , I searched for a tutorial for that but did not find any helpful thing.
2
votes
2answers
253 views
C# - Converting a RDF file to specific XML file
We have a requirement in which we need to convert a given rdf file into a specific xml file. So we have three inputs RDFS file, RDF file and XSD file. With these we need to create XML file (which ...
2
votes
1answer
240 views
Description logic, OWL and RDFS: what are the differences?
Can someone explain the relatioships to me between the languages Description Logic, OWL and RDFS?
2
votes
3answers
230 views
How can I do offline reasoning with Pellet?
I have an OWL ontology and I am using Pellet to do reasoning over it. Like most ontologies it starts by including various standard ontologies:
<rdf:RDF
...
1
vote
0answers
43 views
datatype properties of a class that has multiple domains
This is my owl file .......
<owl:DatatypeProperty rdf:ID="hasDescription">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<owl:Class ...
1
vote
1answer
198 views
SPARQL query to find all sub classes and a super class of a given class
I need to write a SPARQL query to find a superclass/subclasses of a given class.
For example, given http://139.91.183.30:9090/RDF/VRP/Examples/Phenomenon.rdf RDFS vocabulary file, I want to find the ...
1
vote
1answer
44 views
How to distinguish between two Blank Nodes in RDF?
I am having difficulty understanding a passage from w3.org. The confusing passage may be an error, or I may just be confused.
The following is Section 6.6 of the RDF Concepts Specification,
6.6 ...
1
vote
1answer
75 views
Instances vs Classes in RDFS
The description of the base classes defined by RDFS in the W3C reference document states that some classes are instances of one class and a subclass of another (or in some cases an instance and ...
1
vote
1answer
311 views
1
vote
1answer
81 views
Provide a descriptive label for a skos:semanticRelation
When using the skos vocabulary, is it possible to provide a descriptive label to describe a relationship between two concepts. for example you can have two concepts linked by skos:related but hwo do ...
1
vote
1answer
40 views
RDFS - declaring properties
I am very new to working with semantic data and have a quick question that i cant find an answer to.
When creating an rdf schema are you essentially creating a class as per OOP i.e. declaring all ...
1
vote
2answers
163 views
Quick question about the RDF triple
Is it possible to use URI for the subject, predicate and object in RDF or should there be a keywork in atleast one of the triple for eg
David
http://www.someuri.com/predicate
...
0
votes
0answers
10 views
Does embedding RDFS in XMP causes parsing errors?
I want to embed a simple RDFs hierarchy in an XMP packet. Is this possible or would the RDFs cause an error in XMP parsers?
0
votes
0answers
54 views
somebody has used WebPIE reasoner?
Somebody has got WebPIE working? I tried to make it run but it doesn reason anything in the output. If I pass the same input to other reasoners (eg: Pellet) it derivates new triples.
0
votes
1answer
194 views
CIM RDF and RDFS
On .NET platform:
Has any body used RDFS Validation for CIM RDF/XML Files?
Has anybody used RDFS Validation for RDF/XML Files?
0
votes
2answers
93 views
rdf-sparql PROBLEM
i need to get the property value of the rdfs file which was belongs to my ontology..it has kilometer property and the value of it is 12500.00.. i need to get this value.... in my rdfs file there is no ...
0
votes
1answer
191 views
How can one extract rdf:about or rdf:ID properties from triples using SPARQL?
It seemed a trivial matter at the beginning but so far I have not managed to get the unique identifier for a given resource using SPARQL. What I mean is given, e.g., rdf:Description ...
0
votes
1answer
74 views
A representation in OWL XML
I am trying to construct an ontology in protege. However, I was wondering how to represent the following in OWL XML:
A hospital consists of various departments, wards, and the central administration
...
0
votes
2answers
440 views
RDF Schema generation from RDF data instance
Is anyone aware of some work being done on generating RDF schema for a given RDF data instance ? It would be some thing like coming up with information like classes, their attributes, their ...