Namespaces | |
---|---|
css | http://www.corestandards.org/ |
dct | http://purl.org/dc/terms/ |
dcmitype | http://purl.org/dc/dcmitype/ |
ore | http://www.openarchives.org/ore/terms/ |
schema | http://schema.org/ |
Class:PrimarySourceSet
Property | RDF property | Persistence | Expected type | Obligation | Definition | Notes |
---|---|---|---|---|---|---|
id* | N/A | property | text | 1 | Unique id of the PSS | |
slug* | N/A | property | text | 0-1*** | Human-readable slug to be used in the construction of a URL for the PSS | |
@id | @id | URI | 1 | Unambiguous URI of the PSS | ||
@type | @type | URI | 1 | RDF type of the PSS | Expected value: "schema:CreativeWork" | |
name* | schema:name | property | text | 0-1*** | Name of the PSS | |
image* | schema:image | property | URI | 0-1*** | Large version of image representing PSS | |
thumbnail* | schema:thumnailUrl | property | URI | 0-1*** | Small version of image representing PSS | |
description* | schema:description | property | text | 0-1*** | Brief description of the PSS | Example: "This collection uses primary sources to explore the French and Indian War." |
date created* | schema:dateCreated | property | ISO 8601 date format (yyyy-mm-dd) | 1 | Date the PSS was created | |
date modified* | schema:dateModified | property | ISO 8601 date format (yyyy-mm-dd) | 0-1 | Date the PSS was most recently modified | |
text* | schema:text | property | markdown | 0-1 | Narrative overview of the PSS | PrimarySourceSet:text and PrimarySourceSet:resources may be concatenated to form a single schema:text field |
resources* | schema:text | property | markdown | 0-1 | Narrative information regarding resources for further research | Can include links to additional sources and tips for finding related materials in the DPLA PrimarySourceSet:text and PrimarySourceSet:resources may be concatenated to form a single schema:text field |
primary source** | schema:hasPart | relationship | Class:PrimarySource schema:MediaObject | 0-n*** | Primary sources in the PSS | |
teaching guide** | schema:hasPart | relationship | Class:TeachingGuide schema:CreativeWork | 0-n*** | Teaching guide associated with the PSS | |
subject** | schema:about | relationship | Class:Subject schema:Thing | 0-n*** | Educational subjects of the PSS | |
period** | dct:temporal | relationship | Class:Period dct:PeriodOfTime | 0-n*** | Temporal subject of the PSS | |
author** | schema:author | relationship | Class:Person schema:Person | 0-n*** | Author of the PSS | |
publisher | schema:publisher | Class:Organization schema:Organization | 0-1 | Publisher of the PSS | ||
language | schema:inLanguage | schema:Language | 0-n | Primary language of the PSS | ||
media type | dct:type | dct:DCMIType | 0-1 | The set of classes specified by the DCMI Type Vocabulary, used to categorize the nature or genre of the resource.
| Expected value: "dcmitype:InteractiveResource" | |
learning resource type | schema:learningResourceType | text | 0-1 | Predominant type of kind characterizing the learning resource | Expected value: "Source Set" | |
interactivity type | schema:interactivityType | text | 0-1 | Predominant mode of learning supported by the learning resource | Expected value: "Interactive" Vocabulary: Learning Registry Metadata Initiative suggested terms | |
license | schema:license | URI | 0-1 | URL where the owner specifies permissions for using the resource | Expected value: "http://dp.la/info/terms/" | |
educational alignment | schema:educationalAlignment | schema:alignmentObject | 0-n | An alignment to an established educational framework | ||
accessibility feature | schema:accessibilityFeature | text | 0-n | Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility | Expected values: "captions", "structuralNavigation", "audioControl", "videoControl" Vocabulary: Learning Registry Metadata Initiative suggested terms | |
accessibility hazard | schema:accessibilityHazard | text | 0-n | A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3 | Expected values: "noFlashingHazard", "motionSimulation", "noSoundHazard" Vocabulary: Learning Registry Metadata Initiative suggested terms | |
accessibility control | schema:accessibilityControl | text | 0-n | Identifies input methods that are sufficient to fully control the described resource | Expected values: "fullMouseControl" Vocabulary: Learning Registry Metadata Initiative suggested terms |
...