Skip to content

Instantly share code, notes, and snippets.

@awead
Created September 17, 2014 21:19
Show Gist options
  • Select an option

  • Save awead/c8c0fd01261054eecf64 to your computer and use it in GitHub Desktop.

Select an option

Save awead/c8c0fd01261054eecf64 to your computer and use it in GitHub Desktop.
Fake PBCore namespace and RDF vocabs for PBCore
INSERT {
<http://www.pbcore.org/v2/> <http://purl.org/vocab/vann/preferredNamespacePrefix> "pbcore"
} WHERE {
}
/*
* This is not actual RDF for PBCore, but a test to see if you can assign PBCore elements as Fedora4 attributes
*/
[pbcore:elements] mixin
- pbcore:pbcoreAssetType (STRING) multiple
- pbcore:pbcoreAssetDate (STRING) multiple
- pbcore:pbcoreIdentifier (STRING) multiple
- pbcore:pbcoreTitle (STRING) multiple
- pbcore:pbcoreSubject (STRING) multiple
- pbcore:pbcoreDescription (STRING) multiple
- pbcore:pbcoreGenre (STRING) multiple
- pbcore:pbcoreRelation (STRING) multiple
- pbcore:pbcoreCoverage (STRING) multiple
- pbcore:pbcoreAudienceLevel (STRING) multiple
- pbcore:pbcoreAudienceRating (STRING) multiple
- pbcore:pbcoreCreator (STRING) multiple
- pbcore:pbcoreContributor (STRING) multiple
- pbcore:pbcorePublisher (STRING) multiple
- pbcore:pbcoreRightsSummary (STRING) multiple
- pbcore:pbcoreInstantiation (STRING) multiple
- pbcore:pbcoreAnnotation (STRING) multiple
- pbcore:pbcorePart (STRING) multiple
- pbcore:pbcoreExtension (STRING) multiple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment