This guide is intended to be a crash course for a techie/programmer who needs to learn the basics ASAP. It is not intended as an introduction for managers or policy makers. It is primarily aimed at people who are tasked with creating RDF and need information quickly. It is also useful to people who want to work with RDF data.
URL: http://openorg.ecs.soton.ac.uk/wiki/Linked_Data_Basics_for_Techies
Keywords: HTTP URIs, Namespace, Triple, Graph
Publisher: OpenOrg
Date created: 2015-03-26 04:00:00.000
Language: http://id.loc.gov/vocabulary/iso639-2/eng
Time required: P20M
- Knows that Uniform Resource Identifiers, or URIs (1994), include Uniform Resource Locators (URLs, which locate web pages) as well as location-independent identifiers for physical, conceptual, or web r
- Knows the subject-predicate-object component structure of a triple.
- Understands that resources are declared to be members (instances) of classes using the property rdf:type.
- Understands the RDF abstract data model as a directed labeled graph.
- Understands RDF serializations as interchangeable encodings of a given set of triples (RDF graph).
- Uses prefixes for URIs in RDF specifications and data.