core-rdf

AltThe class of containers of alternatives — a set of resources from which one is selected, typically based on application criteria. Mirrors `rdf:Alt`. BagThe class of unordered containers — a collection of resources whose membership is significant but order is not. Mirrors `rdf:Bag`. ClassThe class of classesCommentA description of the subject resourceContainerThe 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 PropertyThe 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.…DatatypeThe class of RDF datatypesDomainA domain of a propertyFirstThe first item in the subject RDF listHTMLThe datatype of HTML literals — string lexical values that conform to the HTML5 fragment serialization. Mirrors `rdf:HTML`. Is Defined ByIndicates a resource (typically an ontology document) defining the subject resource. A more precise statement than `seeAlso`: the target is the authoritative…LabelA human-readable name for the subjectLang StringThe datatype of language-tagged strings. Every plain literal that carries a language tag (e.g. `"hello"@en`) has this datatype. Mirrors `rdf:langString`. ListThe class of RDF ListsLiteralThe class of literal values, e.g. textual strings and integersMemberA member of the subject container. The most general membership property — every container-membership property (e.g. rdf:_1, rdf:_2, ...) is a `subPropertyOf`…NilThe empty list, with no items in itObjectThe 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 LiteralThe 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…PredicateThe predicate of the reified statement. Mirrors `rdf:predicate`. PropertyThe class of RDF propertiesRangeA range of a propertyResourceThe class resource, everythingRestThe rest of the subject RDF list after the first itemSee AlsoIndicates a resource that might provide additional information about the subject resource. Annotation only — implies no formal relationship. Mirrors…SeqThe class of ordered containers — a sequence of resources where member order is significant. Mirrors `rdf:Seq`. StatementThe class of reified RDF statements. An instance describes a single triple — its subject, predicate, and object — so that further metadata (provenance,…Subclass OfThe subject is a subclass of a classSubjectThe subject of the reified statement. Mirrors `rdf:subject`. Subproperty OfThe subject is a subproperty of a propertyTypeStates that a resource is an instance of a classValueIdiomatic 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 LiteralThe datatype of XML literals — well-formed XML fragments. Mirrors `rdf:XMLLiteral`.