Consider the following code and answer the question that follows: @prefix empdet: <http://xyz.com/empdet/>. <http://xyz.com/Mark> empdet:name "Mark"; What will be the RDF/XML version of the above...
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com/empdet"> <rdf:about="http://xyz.com/Mark"> <empdet:name>Mark</empdet:name> </rdf:about> </rdf:RDF> 0%
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com/empdet"> <rdf:Description rdf:about="http://xyz.com/Mark"> <empdet:name>Mark</empdet:name> </rdf:Description> <rdf:RDF> 0%
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com/empdet"> <rdf:Description rdf:about="http://xyz.com/Mark"> <empdet:name>Mark</empdet:name> </rdf:Description> </rdf:RDF> 0%
<rdf:RDF xmlns:empdet="http://xyz.com/empdet"> <rdf:Description rdf:about="http://xyz.com/Mark"> <empdet:name>Mark</empdet:name> </rdf:Description> </rdf:RDF> 0%
In which direction does the arc in an RDF graph point?
Subject 0%
Object 0%
Predicate 0%
State whether true or false. Unlike XML, RDF is not a tree structure.
What are the things inside an RDF container called?
Values 0%
List 0%
Members 0%
Elements 0%
What does rdf:range property state?
It states that the values of a property are instances of one or more classes. 0%
It states that a resource that has a given property is an instance of one or more classes. 0%
It states that a resource is an instance of a class. 0%
It states that all the instances of one class are instances of another. 0%
What does the element rdf:seq describe?
It describes a list of values that does not have to be in a special order. 0%
It describes an ordered list of values. 0%
It describes a list of alternative values. 0%
It describe groups that can contain only the specified members. 0%
What is the nature of the owl:imports statement?
Transitive 0%
Reflexive 0%
Symmetric 0%
Distributive 0%
What is the root element of an OWL ontology?
rdf:RDF 0%
owl:Ontology 0%
owl:imports 0%
owl:priorVersion 0%
What will be the corresponding RDF/XML for the RDF graph shown below?
<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com/rdf/"> <rdf:Description rdf:about=empdet> <empdet:name>Mark</empdet:name> <empdet:designation>Developer</empdet:designation> </rdf:Description> </rdf:RDF> 0%
<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com/rdf/"> <rdf:Description rdf:about="http://www.xyz.com"> <empdet:desgination>Developer</empdet:designation> <empdet:name>Mark</empdet:name> </rdf:Description> </rdf:RDF> 0%
<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com"> <rdf:Description rdf:about="http://www.xyz.com/rdf"> <empdet:name>Mark</empdet:name> <empdet:designation>Developer</empdet:designation> </rdf:Description> </rdf:RDF> 0%
<?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:empdet="http://xyz.com/rdf/"> <rdf:Description rdf:about="http://www.xyz.com"> <empdet:name>Mark</empdet:name> <empdet:designation>Developer</empdet:designation> </rdf:Description> </rdf:RDF> 0%
When is an RDF graph known as a ground graph?
When it consists of a blank node 0%
When it is a subset of triples 0%
When it has no instance which is a proper subgraph of the graph 0%
When it consists of no blank nodes 0%
Which element is used as the root of an RDF document?
xml:base 0%
rdf:resource 0%
rdf:RDF 0%
rdf:_n 0%
Which instance of the rdf:Property can be used to provide a human-readable version of a resource's name?
rdfs:label 0%
rdfs:comment 0%
rdf:about 0%
All of the above 0%
Which notation of RDF makes it possible for us to use attributes from XHTML's meta and link elements and generalize them so that they are usable on all elements?
N3 0%
RDF/XML 0%
Turtle 0%
RDFa 0%
Which of the following attributes is used to describe a collection in RDF?
rdfs:domain 0%
rdf:member 0%
rdf:parseType="Collection" 0%
rdf:Description 0%
Which of the following Boolean combinations are possible in OWL?
Union 0%
Intersection 0%
Complement 0%
All of the above 0%
Which of the following can be used as a query language for RDF graphs?
SPARQL 0%
RQL 0%
Versa 0%
OWL 0%
Which of the following is also known as the class of everything?
rdfs:Resource 0%
rdfs:Class 0%
rdfs:Literal 0%
rdfs:Datatype 0%
Which of the following is not a valid attribute of an RDF test case description?
test:issue 0%
test:status 0%
test:approval 0%
test:versioninfo 0%
Which of the following is true about the RDF literal <xsd:boolean,"true">?
The literal type is plain. 0%
The literal type is typed. 0%
The Lexical-to-Value Mapping will be <"true", T> 0%
The Lexical-to-Value Mapping will be <"1", T> 0%
Which of the following is used as a tool for entailment tests?
n-triples2kif.pl 0%
NTC 0%
cwm 0%
Euler 0%
Which of the following is used to identify resources in RDF?
Uniform Resource Identifier (URI) 0%
Uniform Resource Locator (URL) 0%
Uniform Resource Name (URN) 0%
Which of the following namespaces is used for RDF?
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 0%
xmlns:xsd ="http://www.w3.org/2001/XMLSchema#" 0%
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 0%
xmlns="http://www.w3.org/TR/2004/REC-owl-guide-20040210" 0%
Which of the following popular schemas based on RDF is widely used for describing people and their social networks?
RSS 1.0 0%
FOAF 0%
Creative commons 0%
FRBR 0%
Which of the following properties is forbidden in OWL Lite?
owl:oneOf 0%
owl:unionOf 0%
owl:disjointWith 0%
All of the above 0%
Which of the following properties is used to state that any resource that has a given property is an instance of one or more classes?
rdfs:domain 0%
rdfs:range 0%
rdf:value 0%
rdfs:member 0%
Which of the following RDF attributes are no longer used in RDF?
rdf:bagID 0%
rdf:Bag 0%
rdf:Alt 0%
rdf:Seq 0%
Which of the following RDF properties is used to indicate a resource that might provide additional information about the subject resource?
rdfs:seeAlso 0%
rdf:object 0%
rdfs:isDefinedBy 0%
rdf:value 0%
Which of the following RDF tests succeeds, if the RDF document is rejected as being illegal RDF?
Negative parser test 0%
Positive parser test 0%
Positive entailment test 0%
Negative entailment test 0%
Which of the following RDF tests succeeds, if the RDF document parses to produce an RDF model equivalent to that specified by the n-triples document?
Negative parser test 0%
Positive parser test 0%
Positive entailment test 0%
Negative entailment test 0%
Which of the following statements are correct regarding the owl:Ontology element?
It must contain version information. 0%
It must contain import elements. 0%
It can contain zero or more version information and import elements. 0%
It can have only version information and import elements. 0%
Which of the following statements is correct?
Every legal OWL Lite ontology is a legal OWL DL ontology. 0%
Every legal OWL DL ontology is a legal OWL Full ontology. 0%
Every valid OWL Lite conclusion is not a valid OWL DL conclusion. 0%
Every valid OWL DL conclusion is a valid OWL Full conclusion. 0%
Which of the OWL sublanguages supports cardinality constraints and permits cardinality values of 0 and 1?
OWL DL 0%
OWL Full 0%
OWL Lite 0%