Specification
Look System
kanonak.org
core-rdf@1.1.0
core-rdf
Alt
The class of containers of alternatives — a set of resources from which one is selected, typically based on application criteria. Mirrors `rdf:Alt`.
Bag
The class of unordered containers — a collection of resources whose membership is significant but order is not. Mirrors `rdf:Bag`.
Class
The class of classes
Comment
A description of the subject resource
Container
The class of RDF containers — Bag, Seq, and Alt. Containers are RDF resources whose members are reachable via `rdf:_1`, `rdf:_2`, ... (instances of…
Container Membership Property
The class of properties (e.g. `rdf:_1`) that relate a container to one of its members. Every instance of this class has `rdfs:member` as a super-property.…
Datatype
The class of RDF datatypes
Domain
A domain of a property
First
The first item in the subject RDF list
HTML
The datatype of HTML literals — string lexical values that conform to the HTML5 fragment serialization. Mirrors `rdf:HTML`.
Is Defined By
Indicates a resource (typically an ontology document) defining the subject resource. A more precise statement than `seeAlso`: the target is the authoritative…
Label
A human-readable name for the subject
Lang String
The datatype of language-tagged strings. Every plain literal that carries a language tag (e.g. `"hello"@en`) has this datatype. Mirrors `rdf:langString`.
List
The class of RDF Lists
Literal
The class of literal values, e.g. textual strings and integers
Member
A member of the subject container. The most general membership property — every container-membership property (e.g. rdf:_1, rdf:_2, ...) is a `subPropertyOf`…
Nil
The empty list, with no items in it
Object
The object of the reified statement. May be either a Resource or a Literal — `rdfs:Resource` is the most general type that covers both. Mirrors `rdf:object`.
Plain Literal
The datatype of plain literals (with or without a language tag). Retained for compatibility with RDF 1.0 / OWL 2 RDF-Based Semantics; in RDF 1.1, plain…
Predicate
The predicate of the reified statement. Mirrors `rdf:predicate`.
Property
The class of RDF properties
Range
A range of a property
Resource
The class resource, everything
Rest
The rest of the subject RDF list after the first item
See Also
Indicates a resource that might provide additional information about the subject resource. Annotation only — implies no formal relationship. Mirrors…
Seq
The class of ordered containers — a sequence of resources where member order is significant. Mirrors `rdf:Seq`.
Statement
The class of reified RDF statements. An instance describes a single triple — its subject, predicate, and object — so that further metadata (provenance,…
Subclass Of
The subject is a subclass of a class
Subject
The subject of the reified statement. Mirrors `rdf:subject`.
Subproperty Of
The subject is a subproperty of a property
Type
States that a resource is an instance of a class
Value
Idiomatic property used to identify the principal value (usually a string) of a property when the property value is a structured resource (e.g. a quantity with…
XML Literal
The datatype of XML literals — well-formed XML fragments. Mirrors `rdf:XMLLiteral`.