SchemaWeb Directory
SchemaWeb Data Center
Home | Browse | Search | Query | Web Services | Submit a Schema | Contact | Login
RDF Schema Vocabulary :: Classes and Properties
Classes
http://www.w3.org/2000/01/rdf-schema#Resource
label: Resource
comment: The class resource, everything.
http://www.w3.org/2000/01/rdf-schema#Class
label: Class
comment: The class of classes.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
label: Property
comment: The class of RDF properties.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/2000/01/rdf-schema#Literal
label: Literal
comment: The class of literal values, eg. textual strings and integers.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
label: Statement
comment: The class of RDF statements.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/2000/01/rdf-schema#Container
label: Container
comment: The class of RDF containers.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
label: Bag
comment: The class of unordered containers.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Container
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
label: Seq
comment: The class of ordered containers.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Container
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
label: Alt
comment: The class of containers of alternatives.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Container
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
label: ContainerMembershipProperty
comment: The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
sub-class of: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
label: List
comment: The class of RDF Lists.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/2000/01/rdf-schema#Datatype
label: Datatype
comment: The class of RDF datatypes.
sub-class of: http://www.w3.org/2000/01/rdf-schema#Class
Properties
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
label: type
comment: The subject is an instance of a class.
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Class
http://www.w3.org/2000/01/rdf-schema#subClassOf
label: subClassOf
comment: The subject is a subclass of a class.
domain: http://www.w3.org/2000/01/rdf-schema#Class
range: http://www.w3.org/2000/01/rdf-schema#Class
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
label: subPropertyOf
comment: The subject is a subproperty of a property.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
range: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
http://www.w3.org/2000/01/rdf-schema#comment
label: comment
comment: A description of the subject resource.
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Literal
http://www.w3.org/2000/01/rdf-schema#label
label: label
comment: A human-readable name for the subject.
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Literal
http://www.w3.org/2000/01/rdf-schema#domain
label: domain
comment: A domain of the subject property.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
range: http://www.w3.org/2000/01/rdf-schema#Class
http://www.w3.org/2000/01/rdf-schema#range
label: range
comment: A range of the subject property.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
range: http://www.w3.org/2000/01/rdf-schema#Class
http://www.w3.org/2000/01/rdf-schema#seeAlso
label: seeAlso
comment: Further information about the subject resource.
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
label: isDefinedBy
comment: The defininition of the subject resource.
sub-property of: http://www.w3.org/2000/01/rdf-schema#seeAlso
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
label: subject
comment: The subject of the subject RDF statement.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
label: predicate
comment: The predicate of the subject RDF statement.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
range: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
label: object
comment: The object of the subject RDF statement.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/2000/01/rdf-schema#member
label: member
comment: A member of the subject resource.
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
label: value
comment: Idiomatic property used for structured values.
domain: http://www.w3.org/2000/01/rdf-schema#Resource
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
label: first
comment: The first item in the subject RDF list.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#List
range: http://www.w3.org/2000/01/rdf-schema#Resource
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
label: rest
comment: The rest of the subject RDF list after the first item.
domain: http://www.w3.org/1999/02/22-rdf-syntax-ns#List
range: http://www.w3.org/1999/02/22-rdf-syntax-ns#List