From 8031d0ae0ea313a905d292ac9ef4e45fa54840cc Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 7 Jul 2015 18:07:50 +0100 Subject: schema: Add a short glossary Change-Id: I70ef672abd99f2a15b871ca793aab5aa3ded840f --- schema/baserock-example.schema | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/schema/baserock-example.schema b/schema/baserock-example.schema index 8a0658de..75ae6a41 100644 --- a/schema/baserock-example.schema +++ b/schema/baserock-example.schema @@ -38,7 +38,20 @@ # # Browse it using the example browser program. # See: browser/README.txt + +## An RDF/OWL primer, for people who aren't familiar with it: +# +# domain: the set of objects that a can have a property. +# range: the set of possible values for a property. # +# ObjectProperty: +# a property whose value must be another resource. +# DatatypeProperty: +# a property whose value is one of the datatype defined by XML Schema ("xsd") +# FunctionalProperty: +# a property which can only have one value per resource +# InverseFunctionalProperty: +# a property which can only have one resource per value # Metadata -- cgit v1.2.1