-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathrdf11-concepts.xml
8 lines (8 loc) · 1.43 KB
/
rdf11-concepts.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8" ?>
<service primary="W3C" secondary="TR" id="rdf11-concepts">
<title>RDF 1.1 Concepts and Abstract Syntax</title>
<documentation source="http://www.w3.org/TR/rdf11-concepts">The Resource Description Framework (RDF) is a framework for representing information in the Web. This document defines an abstract syntax (a data model) which serves to link all RDF-based languages and specifications. The abstract syntax has two key data structures: RDF graphs are sets of subject-predicate-object triples, where the elements may be IRIs, blank nodes, or datatyped literals. They are used to express descriptions of resources. RDF datasets are used to organize collections of RDF graphs, and comprise a default graph and zero or more named graphs. RDF 1.1 Concepts and Abstract Syntax also introduces key concepts and terminology, and discusses datatyping and the handling of fragment identifiers in IRIs within RDF graphs.</documentation>
<well-known-uri def="genid">
<documentation source="http://www.w3.org/TR/rdf11-concepts/#section-skolemization">Systems that want Skolem IRIs to be recognizable outside of the system boundaries should use a well-known IRI with the registered name genid. This is an IRI that uses the HTTP or HTTPS scheme, or another scheme that has been specified to use well-known IRIs; and whose path component starts with /.well-known/genid/.</documentation>
</well-known-uri>
</service>