Created
September 17, 2014 21:19
-
-
Save awead/c8c0fd01261054eecf64 to your computer and use it in GitHub Desktop.
Fake PBCore namespace and RDF vocabs for PBCore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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