Library Schema

This Version
http://schemas.talis.com/2005/library/schema-20060627 [HTML] [RDF]
Latest Version
http://schemas.talis.com/2005/library/schema#
Authors
Ian Davis <http://purl.org/NET/iand>

Copyright © 2005 Talis Information Ltd.

Table of Contents

Introduction

Changes From Previous Version

Namespace

The URI for this vocabulary is

http://schemas.talis.com/2005/library/schema#

When used in XML documents the suggested prefix is lib

Each class or property in the vocabulary has a URI constructed by appending a term name to the vocabulary URI. For example:


http://schemas.talis.com/2005/library/schema#Library

The term name for a class always starts with an uppercase character. Where the term name is comprised of multiple concatenated words, the leading character of each word will be an uppercase character. For example:

Library

The term name for a property always starts with an lowercase character. Where the term name is comprised of multiple concatenated words, the leading character of the second and each subsequent word will be an uppercase character. For example:


Summary of Terms

This vocabulary defines one class and no properties .

Term NameTypeDefinition
LibraryclassA kind of PhysicalAccessPoint that, amongst other things, provides access to collections of monographs and serials.

Vocabulary Classes

Class: Library

Definition: A kind of PhysicalAccessPoint that, amongst other things, provides access to collections of monographs and serials.

URI:http://schemas.talis.com/2005/library/schema#Library
Label:Library
Subclass ofdir:PhysicalAccessPoint
Paraphrase (experimental) A lib:Library is something that, amongst other things, is a dir:PhysicalAccessPoint

History

RDF Schema

The schema included here is informational only. The normative schema can be found at http://schemas.talis.com/2005/library/schema-20060627.rdf

<rdf:RDF
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
   xmlns:skos="http://www.w3.org/2004/02/skos/core#"
   xmlns:cc="http://web.resource.org/cc/"
   xmlns:dctype="http://purl.org/dc/dcmitype/"
   xmlns:dct="http://purl.org/dc/terms/"
   xmlns:vann="http://purl.org/vocab/vann/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:owl="http://www.w3.org/2002/07/owl#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  
  <owl:Ontology
     rdf:about=""
     dc:date="2006-06-27">
    <dc:title xml:lang="en">Library Schema</dc:title>
    <dc:identifier>http://schemas.talis.com/2005/library/schema-20060627</dc:identifier>
    <dct:isVersionOf rdf:resource="http://schemas.talis.com/2005/library/schema#"/>
    <dc:creator>Ian Davis <http://purl.org/NET/iand></dc:creator>
    <dc:rights>Copyright © 2005 Talis Information Ltd.</dc:rights>
    <vann:preferredNamespaceUri>http://schemas.talis.com/2005/library/schema#</vann:preferredNamespaceUri>
    <vann:preferredNamespacePrefix>lib</vann:preferredNamespacePrefix>
    <dct:hasFormat>
      <dctype:Text rdf:about="http://schemas.talis.com/2005/library/schema-20060627.html">
        <dc:format>
          <dct:IMT>
            <rdf:value>text/html</rdf:value>
            <rdfs:label xml:lang="en">HTML</rdfs:label>
          </dct:IMT>
        </dc:format>
      </dctype:Text>
    </dct:hasFormat>
    <dct:hasFormat>
      <dctype:Text rdf:about="http://schemas.talis.com/2005/library/schema-20060627.rdf">
        <dc:format>
          <dct:IMT>
            <rdf:value>application/rdf+xml</rdf:value>
            <rdfs:label xml:lang="en">RDF</rdfs:label>
          </dct:IMT>
        </dc:format>
      </dctype:Text>
    </dct:hasFormat>
    <dct:issued>2006-06-27</dct:issued>
  </owl:Ontology>
  
  <owl:Class rdf:about="http://schemas.talis.com/2005/library/schema#Library">
    <rdfs:label xml:lang="en">Library</rdfs:label>
    <skos:definition xml:lang="en">
      A kind of PhysicalAccessPoint that, amongst other things, provides 
      access to collections of monographs and serials.
    </skos:definition>
    <rdfs:isDefinedBy rdf:resource="http://schemas.talis.com/2005/library/schema#"/>
    <rdfs:subClassOf rdf:resource="http://schemas.talis.com/2005/dir/schema#PhysicalAccessPoint"/>
    <dct:issued>2006-06-27</dct:issued>
  </owl:Class>
</rdf:RDF>