Questions tagged [rdfs]

RDF Schema is a set of classes using the RDF extensible knowledge representation language, providing basic elements for the description of ontologies, otherwise called RDF vocabularies, intended to structure RDF resources.

RDF Schema (variously abbreviated as RDFS, RDF(S), RDF-S or RDF/S) is a set of classes with certain properties using the RDF extensible knowledge representation language, providing basic elements for the description of ontologies, otherwise called RDF vocabularies, intended to structure RDF resources. These resources can be saved in a triplestore to reach them with the query language SPARQL.

Resources

491 questions
0
votes
1 answer

Is Jena rdfs-aware?

I am following some examples regarding SPARQL and OWL, and the examples use concepts such as defining a class. The explanation says this will work on an RDFS-aware SPARQL processor. Is Jena such a processor? I don't really understand what the term…
user384842
  • 1,946
  • 3
  • 17
  • 24
0
votes
1 answer

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 Its a bit strange that I can construct the…
Seedorf
  • 665
  • 3
  • 13
  • 28
0
votes
1 answer

add RDFS inference rules support in endpoint SPARQL

I have create an endpoint SPAQL on OpenLink Virtuoso. All work well, but i have to access on the data in a Container, in particular a rdf:Seq. I have a Seq like this:
madbitbot
  • 1
  • 2
0
votes
1 answer

RDF and Linked USDL (description of service)

I'm work in a project and I have to make a description of several services. I use Linked USDL and RDF. I want know if the description is correct in that way. Basically, I have services, properties and values of properties. Each file has the…
0
votes
1 answer

Render RDF and RDFS

I have a RDF file and its RDFS and I need to view the ontology schema graphically. What I would like to see is a schema similar to the ER diagram. Is there any graphical tool which shows the ontology structure in such a way? Best regards
gvdm
  • 3,006
  • 5
  • 35
  • 73
0
votes
1 answer

How to optimize sparql CONSTRUCT queries

The rdf schema is entailed in question sparql DESCRIBE query to get data about linked objects The following query executes in a fraction of a second. DESCRIBE ?book where { ?book a schema:Book ; } The describe query however doesn't give me…
Anubhav
  • 87
  • 3
0
votes
0 answers

im getting this error :lexical error at line 9, column 16. Encountered :""(32).after:"NOT"

im trying to use one of the filters not exists. has checked this query with sparql validator its syntax is right. im using Twinkle sparql tool. # filename: ex067.rq PREFIX ab:
faiza
  • 45
  • 4
0
votes
0 answers

How I can write a Fuseki configuration that uses my schema

I have a question. I have two files: a Model file with data and a OntModel with schema. I have stored these files ina Jena TDB as described in this post: How I can use Fuseki with Jena TDB My question is: is it correct to store my schema in Jena…
Musich87
  • 562
  • 1
  • 12
  • 31
0
votes
1 answer

Sesame Native Storage or the MongoDB/MySQL database for RDF Storage

There is option to use Sesame to be used both as querying the RDF data using SPARQL and also the Native database storage, but there is also option to use the Sesame only as the querying language and use the MongoDB/MySQL or some other database…
Kshitij
  • 144
  • 10
0
votes
0 answers

Defining schema for the RDF/OWL

I am using RDF as the data model for my meta data. The meta data will contain IOPE and the other parameter, like efficiency/accuracy which are not the part of IOPE but part of metadata for a process. There is schema for the process…
Gaurav
  • 531
  • 1
  • 4
  • 15
0
votes
1 answer

jena api get range of ObjectProperty

I've and OWL file and I can explore it and navigate through classes and properties but I can't retrieve correct range of ObjectProperty. This is part of my OWL file:
Claudio Pomo
  • 2,392
  • 7
  • 42
  • 71
0
votes
0 answers

Restrict INSERTed data to triples with properties declared in RDF Schema in Virtuoso?

i'm working with Open Link Virtuoso but I'm having some problems. I have loaded my RDF file by Linked data > Quad Store Upload, and now I want load the some RDF Schema to prevent a wrong insertion. (I want to ensure that any inserted data uses only…
mauro
  • 21
  • 2
0
votes
0 answers

How to link specific objects to RDF subjects?

I want to describe a publication object along with all of its properties using some ontologies. The ontologies that I chose to use are: dc, foaf, cito, dct, bibo. So far this what I have done: @prefix dc:
sokras
  • 629
  • 1
  • 8
  • 19
0
votes
1 answer

Link object to subject in RDF domain

I have this RDF file:
Musich87
  • 562
  • 1
  • 12
  • 31
0
votes
0 answers

Difference between rdfs:seeAlso and rdfs:isDefinedBy

What is the difference between rdfs:seeAlso and rdfs:isDefinedBy? When I can use rdfs:seeAlso and when I can use rdfs:isDefinedBy? Can you do any examples for me?
user3582433
  • 85
  • 2
  • 8