adplus-dvertising
frame-decoration

Question

Class in an OWL ontology that has no ID and is not defined by owl:Class is

a.

owl:minCardinality

b.

owl:Restriction

c.

owl:Cardinality

d.

owl:maxCardinality

Posted under Web Technologies

Answer: (b).owl:Restriction

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Class in an OWL ontology that has no ID and is not defined by owl:Class is

Similar Questions

Discover Related MCQs

Q. <code><owl:Class rdf:ID="peopleAtLib"><br/><owl:unionOf rdf:parseType="Collection"><br/><owl:Class rdf:about="#staffMember"/><br/><owl:Class rdf:about="#readers"/><br/></owl:unionOf></owl:Class></code> is an example of

Q. All type of constructor combinations are allowed in OWL Full till generated result is valid

Q. In OWL language, classes are defined using

Q. Acronym for OWL DLP is

Q. Acronym for UNA is

Q. In an OWL ontology, other ontologies are listed in

Q. According to OWL DL constraints for anonymous classes, cardinality cannot be applied to property

Q. OWL documents are

Q. In Owl, data type properties

Q. In OWL language, class equivalence can be defined using

Q. According to constraint of OWL DL is that object properties' set is disjoint to datatype properties' set, which is referred as

Q. In OWL ontology development, minimum number restriction for an object can be achieved by

Q. In OWL Language, owl:one of is used for

Q. According to OWL Lite constraints, statement that can be made among class identifiers but not among anonymous classes is called

Q. Recycle graph with two entities is an example of

Q. One of constraint of OWL DL is that cardinality constraint cannot be applied to transitive property is called

Q. Namespace of xmlns:xsd ="http://www.w3.org/2001/XMLSchema#" is defined by

Q. In OWL language, owl:imports is a

Q. A type of property that does not allow to have same values for two different objects is called

Q. <code><owl:Class rdf:about="#book"><br/><rdfs:subClassOf><br/><owl:Class><br/><owl:complementOf rdf:resource="#bookWrack"/><br/></owl:Class><br/></rdfs:subClassOf><br/></owl:Class></code> is an example of