Skip to content

Single File Dissertations or Theses

Steve Van Tuyl edited this page Oct 27, 2016 · 11 revisions

title: Single File Dissertations or Theses author: Steve Van Tuyl date: 2016-10-26 profile: organization: Oregon State University project: namespaces:

Introduction

This model describes a dissertation or thesis object that is comprised of a single file (pdf) and no additional data or components.

NOTES:

  • Multi-file dissertation and thesis model should be referenced when more appropriate

Use Cases

  • Describing the structure of a dissertation or thesis object that contains only one file

Model

ex:Widget < pcdm:Object

Entailment with owl:Thing (from ex:bogusPredicate).

ex:Widget a rdfs:Class ; 
    owl:equivalentClass <http://purl.org/NET/raul#Widget> . 
Field Predicate Recommendation Expected Value Obligation
bogosity ex:bogusPredicate MUST Literal {0,n}

ex:WidgetCollection < pcdm:Collection

Field Predicate Recommendation Expected Value Obligation
part of pcdm:hasRelatedObject SHOULD NOT {0,0}

Usage