Rdfs class
Main Rdfs vocabulary class containing all terms
Contains all terms defined in the http://www.w3.org/2000/01/rdf-schema# vocabulary.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- Class → const IriTerm
- IRI for rdfs:Class
- comment → const IriTerm
- IRI for rdfs:comment [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]
- Container → const IriTerm
- IRI for rdfs:Container
- ContainerMembershipProperty → const IriTerm
- IRI for rdfs:ContainerMembershipProperty
- Datatype → const IriTerm
- IRI for rdfs:Datatype
- domain → const IriTerm
- IRI for rdfs:domain [Expects: http://www.w3.org/2000/01/rdf-schema#Class]
- isDefinedBy → const IriTerm
- IRI for rdfs:isDefinedBy [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]
- label → const IriTerm
- IRI for rdfs:label [Expects: http://www.w3.org/2000/01/rdf-schema#Literal]
- Literal → const IriTerm
- IRI for rdfs:Literal
- member → const IriTerm
- IRI for rdfs:member [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]
- namespace → const String
- Base IRI for Rdfs vocabulary Spec
- prefix → const String
- range → const IriTerm
- IRI for rdfs:range [Expects: http://www.w3.org/2000/01/rdf-schema#Class]
- Resource → const IriTerm
- IRI for rdfs:Resource
- seeAlso → const IriTerm
- IRI for rdfs:seeAlso [Expects: http://www.w3.org/2000/01/rdf-schema#Resource]
- subClassOf → const IriTerm
- IRI for rdfs:subClassOf [Expects: http://www.w3.org/2000/01/rdf-schema#Class]
- subPropertyOf → const IriTerm
- IRI for rdfs:subPropertyOf [Expects: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property]