Copyright | (c) 2011 Douglas Burke |
---|---|
License | GPL V2 |
Maintainer | Douglas Burke |
Stability | experimental |
Portability | OverloadedStrings |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
This module defines some commonly used vocabulary terms from the Dublin Core vocabularies (http://dublincore.org/documents/dcmi-terms/).
Synopsis
- namespaceDCTERMS :: Namespace
- namespaceDCELEM :: Namespace
- namespaceDCAM :: Namespace
- namespaceDCTYPE :: Namespace
- dctAgent :: ScopedName
- dctAgentClass :: ScopedName
- dctBibliographicResource :: ScopedName
- dctFileFormat :: ScopedName
- dctFrequency :: ScopedName
- dctJurisdiction :: ScopedName
- dctLicenseDocument :: ScopedName
- dctLinguisticSystem :: ScopedName
- dctLocation :: ScopedName
- dctLocationPeriodOrJurisdiction :: ScopedName
- dctMediaType :: ScopedName
- dctMediaTypeOrExtent :: ScopedName
- dctMethodOfAccrual :: ScopedName
- dctMethodOfInstruction :: ScopedName
- dctPeriodOfTime :: ScopedName
- dctPhysicalMedium :: ScopedName
- dctPhysicalResource :: ScopedName
- dctPolicy :: ScopedName
- dctProvenanceStatement :: ScopedName
- dctRightsStatement :: ScopedName
- dctSizeOrDuration :: ScopedName
- dctStandard :: ScopedName
- dctabstract :: ScopedName
- dctaccessRights :: ScopedName
- dctaccrualMethod :: ScopedName
- dctaccrualPeriodicity :: ScopedName
- dctaccrualPolicy :: ScopedName
- dctalternative :: ScopedName
- dctaudience :: ScopedName
- dctavailable :: ScopedName
- dctbibliographicCitation :: ScopedName
- dctconformsTo :: ScopedName
- dctcontributor :: ScopedName
- dctcoverage :: ScopedName
- dctcreated :: ScopedName
- dctcreator :: ScopedName
- dctdate :: ScopedName
- dctdateAccepted :: ScopedName
- dctdateCopyrighted :: ScopedName
- dctdateSubmitted :: ScopedName
- dctdescription :: ScopedName
- dcteducationLevel :: ScopedName
- dctextent :: ScopedName
- dctformat :: ScopedName
- dcthasFormat :: ScopedName
- dcthasPart :: ScopedName
- dcthasVersion :: ScopedName
- dctidentifier :: ScopedName
- dctinstructionalMethod :: ScopedName
- dctisFormatOf :: ScopedName
- dctisPartOf :: ScopedName
- dctisReferencedBy :: ScopedName
- dctisReplacedBy :: ScopedName
- dctisRequiredBy :: ScopedName
- dctissued :: ScopedName
- dctisVersionOf :: ScopedName
- dctlanguage :: ScopedName
- dctlicense :: ScopedName
- dctmediator :: ScopedName
- dctmedium :: ScopedName
- dctmodified :: ScopedName
- dctprovenance :: ScopedName
- dctpublisher :: ScopedName
- dctreferences :: ScopedName
- dctrelation :: ScopedName
- dctreplaces :: ScopedName
- dctrequires :: ScopedName
- dctrights :: ScopedName
- dctrightsHolder :: ScopedName
- dctsource :: ScopedName
- dctspatial :: ScopedName
- dctsubject :: ScopedName
- dcttableOfContents :: ScopedName
- dcttemporal :: ScopedName
- dcttitle :: ScopedName
- dcttype :: ScopedName
- dctvalid :: ScopedName
- dcelemcontributor :: ScopedName
- dcelemcoverage :: ScopedName
- dcelemcreator :: ScopedName
- dcelemdate :: ScopedName
- dcelemdescription :: ScopedName
- dcelemformat :: ScopedName
- dcelemidentifier :: ScopedName
- dcelemlanguage :: ScopedName
- dcelempublisher :: ScopedName
- dcelemrelation :: ScopedName
- dcelemrights :: ScopedName
- dcelemsource :: ScopedName
- dcelemsubject :: ScopedName
- dcelemtitle :: ScopedName
- dcelemtype :: ScopedName
- dctLCSH :: ScopedName
- dctMESH :: ScopedName
- dctDDC :: ScopedName
- dctLCC :: ScopedName
- dctUDC :: ScopedName
- dctDCMIType :: ScopedName
- dctIMT :: ScopedName
- dctTGN :: ScopedName
- dctNLM :: ScopedName
- dctBox :: ScopedName
- dctISO3166 :: ScopedName
- dctISO639_2 :: ScopedName
- dctISO639_3 :: ScopedName
- dctPeriod :: ScopedName
- dctPoint :: ScopedName
- dctRFC1766 :: ScopedName
- dctRFC3066 :: ScopedName
- dctRFC4646 :: ScopedName
- dctRFC5646 :: ScopedName
- dctURI :: ScopedName
- dctW3CDTF :: ScopedName
- dctypeCollection :: ScopedName
- dctypeDataset :: ScopedName
- dctypeEvent :: ScopedName
- dctypeImage :: ScopedName
- dctypeInteractiveResource :: ScopedName
- dctypeService :: ScopedName
- dctypeSoftware :: ScopedName
- dctypeSound :: ScopedName
- dctypeText :: ScopedName
- dctypePhysicalObject :: ScopedName
- dctypeStillImage :: ScopedName
- dctypeMovingImage :: ScopedName
- dcammemberOf :: ScopedName
- dcamVocabularyEncodingScheme :: ScopedName
Documentation
namespaceDCTERMS :: Namespace Source #
Maps dcterms
to http://purl.org/dc/terms/.
namespaceDCELEM :: Namespace Source #
Maps dcelem
to the legacy namespace http://purl.org/dc/elements/1.1/.
namespaceDCAM :: Namespace Source #
Maps dcam
to http://purl.org/dc/dcam/.
namespaceDCTYPE :: Namespace Source #
Maps dctype
to http://purl.org/dc/dcmitype/.
Classes
See the "Classes" section at http://dublincore.org/documents/dcmi-terms/#H6.
dctAgent :: ScopedName Source #
dcterms:Agent
from http://dublincore.org/documents/dcmi-terms/#classes-Agent.
dctAgentClass :: ScopedName Source #
dcterms:AgentClass
from http://dublincore.org/documents/dcmi-terms/#classes-AgentClass.
dctBibliographicResource :: ScopedName Source #
dcterms:BibliographicResource
from http://dublincore.org/documents/dcmi-terms/#classes-BibliographicResource.
dctFileFormat :: ScopedName Source #
dcterms:FileFormat
from http://dublincore.org/documents/dcmi-terms/#classes-FileFormat.
dctFrequency :: ScopedName Source #
dcterms:Frequency
from http://dublincore.org/documents/dcmi-terms/#classes-Frequency.
dctJurisdiction :: ScopedName Source #
dcterms:Jurisdiction
from http://dublincore.org/documents/dcmi-terms/#classes-Jurisdiction.
dctLicenseDocument :: ScopedName Source #
dcterms:LicenseDocument
from http://dublincore.org/documents/dcmi-terms/#classes-LicenseDocument.
dctLinguisticSystem :: ScopedName Source #
dcterms:LinguisticSystem
from http://dublincore.org/documents/dcmi-terms/#classes-LinguisticSystem.
dctLocation :: ScopedName Source #
dcterms:Location
from http://dublincore.org/documents/dcmi-terms/#classes-Location.
dctLocationPeriodOrJurisdiction :: ScopedName Source #
dcterms:LocationPeriodOrJurisdiction
from http://dublincore.org/documents/dcmi-terms/#classes-LocationPeriodOrJurisdiction.
dctMediaType :: ScopedName Source #
dcterms:MediaType
from http://dublincore.org/documents/dcmi-terms/#classes-MediaType.
dctMediaTypeOrExtent :: ScopedName Source #
dcterms:MediaTypeOrExtent
from http://dublincore.org/documents/dcmi-terms/#classes-MediaTypeOrExtent.
dctMethodOfAccrual :: ScopedName Source #
dcterms:MethodOfAccrual
from http://dublincore.org/documents/dcmi-terms/#classes-MethodOfAccrual.
dctMethodOfInstruction :: ScopedName Source #
dcterms:MethodOfInstruction
from http://dublincore.org/documents/dcmi-terms/#classes-MethodOfInstruction.
dctPeriodOfTime :: ScopedName Source #
dcterms:PeriodOfTime
from http://dublincore.org/documents/dcmi-terms/#classes-PeriodOfTime.
dctPhysicalMedium :: ScopedName Source #
dcterms:PhysicalMedium
from http://dublincore.org/documents/dcmi-terms/#classes-PhysicalMedium.
dctPhysicalResource :: ScopedName Source #
dcterms:PhysicalResource
from http://dublincore.org/documents/dcmi-terms/#classes-PhysicalResource.
dctPolicy :: ScopedName Source #
dcterms:Policy
from http://dublincore.org/documents/dcmi-terms/#classes-Policy.
dctProvenanceStatement :: ScopedName Source #
dcterms:ProvenanceStatement
from http://dublincore.org/documents/dcmi-terms/#classes-ProvenanceStatement.
dctRightsStatement :: ScopedName Source #
dcterms:RightsStatement
from http://dublincore.org/documents/dcmi-terms/#classes-RightsStatement.
dctSizeOrDuration :: ScopedName Source #
dcterms:SizeOrDuration
from http://dublincore.org/documents/dcmi-terms/#classes-SizeOrDuration.
dctStandard :: ScopedName Source #
dcterms:Standard
from http://dublincore.org/documents/dcmi-terms/#classes-Standard.
Properties
See the "Properties" section at http://dublincore.org/documents/dcmi-terms/#H2.
dctabstract :: ScopedName Source #
dcterms:abstract
from http://dublincore.org/documents/dcmi-terms/#terms-abstract.
dctaccessRights :: ScopedName Source #
dcterms:accessRights
from http://dublincore.org/documents/dcmi-terms/#terms-accessRights.
dctaccrualMethod :: ScopedName Source #
dcterms:accrualMethod
from http://dublincore.org/documents/dcmi-terms/#terms-accrualMethod.
dctaccrualPeriodicity :: ScopedName Source #
dcterms:accrualPeriodicity
from http://dublincore.org/documents/dcmi-terms/#terms-accrualPeriodicity.
dctaccrualPolicy :: ScopedName Source #
dcterms:accrualPolicy
from http://dublincore.org/documents/dcmi-terms/#terms-accrualPolicy.
dctalternative :: ScopedName Source #
dcterms:alternative
from http://dublincore.org/documents/dcmi-terms/#terms-alternative.
dctaudience :: ScopedName Source #
dcterms:audience
from http://dublincore.org/documents/dcmi-terms/#terms-audience.
dctavailable :: ScopedName Source #
dcterms:available
from http://dublincore.org/documents/dcmi-terms/#terms-available.
dctbibliographicCitation :: ScopedName Source #
dcterms:bibliographicCitation
from http://dublincore.org/documents/dcmi-terms/#terms-bibliographicCitation.
dctconformsTo :: ScopedName Source #
dcterms:conformsTo
from http://dublincore.org/documents/dcmi-terms/#terms-conformsTo.
dctcontributor :: ScopedName Source #
dcterms:contributor
from http://dublincore.org/documents/dcmi-terms/#terms-contributor.
dctcoverage :: ScopedName Source #
dcterms:coverage
from http://dublincore.org/documents/dcmi-terms/#terms-coverage.
dctcreated :: ScopedName Source #
dcterms:created
from http://dublincore.org/documents/dcmi-terms/#terms-created.
dctcreator :: ScopedName Source #
dcterms:creator
from http://dublincore.org/documents/dcmi-terms/#terms-creator.
dctdate :: ScopedName Source #
dcterms:date
from http://dublincore.org/documents/dcmi-terms/#terms-date.
dctdateAccepted :: ScopedName Source #
dcterms:dateAccepted
from http://dublincore.org/documents/dcmi-terms/#terms-dateAccepted.
dctdateCopyrighted :: ScopedName Source #
dcterms:dateCopyrighted
from http://dublincore.org/documents/dcmi-terms/#terms-dateCopyrighted.
dctdateSubmitted :: ScopedName Source #
dcterms:dateSubmitted
from http://dublincore.org/documents/dcmi-terms/#terms-dateSubmitted.
dctdescription :: ScopedName Source #
dcterms:description
from http://dublincore.org/documents/dcmi-terms/#terms-description.
dcteducationLevel :: ScopedName Source #
dcterms:educationLevel
from http://dublincore.org/documents/dcmi-terms/#terms-educationLevel.
dctextent :: ScopedName Source #
dcterms:extent
from http://dublincore.org/documents/dcmi-terms/#terms-extent.
dctformat :: ScopedName Source #
dcterms:format
from http://dublincore.org/documents/dcmi-terms/#terms-format.
dcthasFormat :: ScopedName Source #
dcterms:hasFormat
from http://dublincore.org/documents/dcmi-terms/#terms-hasFormat.
dcthasPart :: ScopedName Source #
dcterms:hasPart
from http://dublincore.org/documents/dcmi-terms/#terms-hasPart.
dcthasVersion :: ScopedName Source #
dcterms:hasVersion
from http://dublincore.org/documents/dcmi-terms/#terms-hasVersion.
dctidentifier :: ScopedName Source #
dcterms:identifier
from http://dublincore.org/documents/dcmi-terms/#terms-identifier.
dctinstructionalMethod :: ScopedName Source #
dcterms:instructionalMethod
from http://dublincore.org/documents/dcmi-terms/#terms-instructionalMethod.
dctisFormatOf :: ScopedName Source #
dcterms:isFormatOf
from http://dublincore.org/documents/dcmi-terms/#terms-isFormatOf.
dctisPartOf :: ScopedName Source #
dcterms:isPartOf
from http://dublincore.org/documents/dcmi-terms/#terms-isPartOf.
dctisReferencedBy :: ScopedName Source #
dcterms:isReferencedBy
from http://dublincore.org/documents/dcmi-terms/#terms-isReferencedBy.
dctisReplacedBy :: ScopedName Source #
dcterms:isReplacedBy
from http://dublincore.org/documents/dcmi-terms/#terms-isReplacedBy.
dctisRequiredBy :: ScopedName Source #
dcterms:isRequiredBy
from http://dublincore.org/documents/dcmi-terms/#terms-isRequiredBy.
dctissued :: ScopedName Source #
dcterms:issued
from http://dublincore.org/documents/dcmi-terms/#terms-issued.
dctisVersionOf :: ScopedName Source #
dcterms:isVersionOf
from http://dublincore.org/documents/dcmi-terms/#terms-isVersionOf.
dctlanguage :: ScopedName Source #
dcterms:language
from http://dublincore.org/documents/dcmi-terms/#terms-language.
dctlicense :: ScopedName Source #
dcterms:license
from http://dublincore.org/documents/dcmi-terms/#terms-license.
dctmediator :: ScopedName Source #
dcterms:mediator
from http://dublincore.org/documents/dcmi-terms/#terms-mediator.
dctmedium :: ScopedName Source #
dcterms:medium
from http://dublincore.org/documents/dcmi-terms/#terms-medium.
dctmodified :: ScopedName Source #
dcterms:modified
from http://dublincore.org/documents/dcmi-terms/#terms-modified.
dctprovenance :: ScopedName Source #
dcterms:provenance
from http://dublincore.org/documents/dcmi-terms/#terms-provenance.
dctpublisher :: ScopedName Source #
dcterms:publisher
from http://dublincore.org/documents/dcmi-terms/#terms-publisher.
dctreferences :: ScopedName Source #
dcterms:references
from http://dublincore.org/documents/dcmi-terms/#terms-references.
dctrelation :: ScopedName Source #
dcterms:relation
from http://dublincore.org/documents/dcmi-terms/#terms-relation.
dctreplaces :: ScopedName Source #
dcterms:replaces
from http://dublincore.org/documents/dcmi-terms/#terms-replaces.
dctrequires :: ScopedName Source #
dcterms:requires
from http://dublincore.org/documents/dcmi-terms/#terms-requires.
dctrights :: ScopedName Source #
dcterms:rights
from http://dublincore.org/documents/dcmi-terms/#terms-rights.
dctrightsHolder :: ScopedName Source #
dcterms:rightsHolder
from http://dublincore.org/documents/dcmi-terms/#terms-rightsHolder.
dctsource :: ScopedName Source #
dcterms:source
from http://dublincore.org/documents/dcmi-terms/#terms-source.
dctspatial :: ScopedName Source #
dcterms:spatial
from http://dublincore.org/documents/dcmi-terms/#terms-spatial.
dctsubject :: ScopedName Source #
dcterms:subject
from http://dublincore.org/documents/dcmi-terms/#terms-subject.
dcttableOfContents :: ScopedName Source #
dcterms:tableOfContents
from http://dublincore.org/documents/dcmi-terms/#terms-tableOfContents.
dcttemporal :: ScopedName Source #
dcterms:temporal
from http://dublincore.org/documents/dcmi-terms/#terms-temporal.
dcttitle :: ScopedName Source #
dcterms:title
from http://dublincore.org/documents/dcmi-terms/#terms-title.
dcttype :: ScopedName Source #
dcterms:type
from http://dublincore.org/documents/dcmi-terms/#terms-type.
dctvalid :: ScopedName Source #
dcterms:valid
from http://dublincore.org/documents/dcmi-terms/#terms-valid.
Legacy Properties
The following properties are from the legacy elements vocabulary
(http://purl.org/dc/elements/1.1/contributor/
). See
http://dublincore.org/documents/dcmi-terms/#H3.
dcelemcontributor :: ScopedName Source #
dcelem:contributor
from http://dublincore.org/documents/dcmi-terms/#elements-contributor.
dcelemcoverage :: ScopedName Source #
dcelem:coverage
from http://dublincore.org/documents/dcmi-terms/#elements-coverage.
dcelemcreator :: ScopedName Source #
dcelem:creator
from http://dublincore.org/documents/dcmi-terms/#elements-creator.
dcelemdate :: ScopedName Source #
dcelem:date
from http://dublincore.org/documents/dcmi-terms/#elements-date.
dcelemdescription :: ScopedName Source #
dcelem:description
from http://dublincore.org/documents/dcmi-terms/#elements-description.
dcelemformat :: ScopedName Source #
dcelem:format
from http://dublincore.org/documents/dcmi-terms/#elements-format.
dcelemidentifier :: ScopedName Source #
dcelem:identifier
from http://dublincore.org/documents/dcmi-terms/#elements-identifier.
dcelemlanguage :: ScopedName Source #
dcelem:language
from http://dublincore.org/documents/dcmi-terms/#elements-language.
dcelempublisher :: ScopedName Source #
dcelem:publisher
from http://dublincore.org/documents/dcmi-terms/#elements-publisher.
dcelemrelation :: ScopedName Source #
dcelem:relation
from http://dublincore.org/documents/dcmi-terms/#elements-relation.
dcelemrights :: ScopedName Source #
dcelem:rights
from http://dublincore.org/documents/dcmi-terms/#elements-rights.
dcelemsource :: ScopedName Source #
dcelem:source
from http://dublincore.org/documents/dcmi-terms/#elements-source.
dcelemsubject :: ScopedName Source #
dcelem:subject
from http://dublincore.org/documents/dcmi-terms/#elements-subject.
dcelemtitle :: ScopedName Source #
dcelem:title
from http://dublincore.org/documents/dcmi-terms/#elements-title.
dcelemtype :: ScopedName Source #
dcelem:type
from http://dublincore.org/documents/dcmi-terms/#elements-type.
Encoding
See the "Vocabulary Encoding Schemes" section at http://dublincore.org/documents/dcmi-terms/#H4.
dctLCSH :: ScopedName Source #
dcterms:LCSH
from http://dublincore.org/documents/dcmi-terms/#ves-LCSH.
dctMESH :: ScopedName Source #
dcterms:MESH
from http://dublincore.org/documents/dcmi-terms/#ves-MESH.
dctDDC :: ScopedName Source #
dcterms:DDC
from http://dublincore.org/documents/dcmi-terms/#ves-DDC.
dctLCC :: ScopedName Source #
dcterms:LCC
from http://dublincore.org/documents/dcmi-terms/#ves-LCC.
dctUDC :: ScopedName Source #
dcterms:UDC
from http://dublincore.org/documents/dcmi-terms/#ves-UDC.
dctDCMIType :: ScopedName Source #
dcterms:DCMIType
from http://dublincore.org/documents/dcmi-terms/#ves-DCMIType.
dctIMT :: ScopedName Source #
dcterms:IMT
from http://dublincore.org/documents/dcmi-terms/#ves-IMT.
dctTGN :: ScopedName Source #
dcterms:TGN
from http://dublincore.org/documents/dcmi-terms/#ves-TGN.
dctNLM :: ScopedName Source #
dcterms:NLM
from http://dublincore.org/documents/dcmi-terms/#ves-NLM.
Datatypes
See the "Syntax Encoding Schemes" section at http://dublincore.org/documents/dcmi-terms/#H5.
dctBox :: ScopedName Source #
dcterms:Box
from http://dublincore.org/documents/dcmi-terms/#ses-Box.
dctISO3166 :: ScopedName Source #
dcterms:ISO3166
from http://dublincore.org/documents/dcmi-terms/#ses-ISO3166.
dctISO639_2 :: ScopedName Source #
dcterms:ISO639-2
from http://dublincore.org/documents/dcmi-terms/#ses-ISO639-2.
dctISO639_3 :: ScopedName Source #
dcterms:ISO639-3
from http://dublincore.org/documents/dcmi-terms/#ses-ISO639-3.
dctPeriod :: ScopedName Source #
dcterms:Period
from http://dublincore.org/documents/dcmi-terms/#ses-Period.
dctPoint :: ScopedName Source #
dcterms:Point
from http://dublincore.org/documents/dcmi-terms/#ses-Point.
dctRFC1766 :: ScopedName Source #
dcterms:RFC1766
from http://dublincore.org/documents/dcmi-terms/#ses-RFC1766.
dctRFC3066 :: ScopedName Source #
dcterms:RFC3066
from http://dublincore.org/documents/dcmi-terms/#ses-RFC3066.
dctRFC4646 :: ScopedName Source #
dcterms:RFC4646
from http://dublincore.org/documents/dcmi-terms/#ses-RFC4646.
dctRFC5646 :: ScopedName Source #
dcterms:RFC5646
from http://dublincore.org/documents/dcmi-terms/#ses-RFC5646.
dctURI :: ScopedName Source #
dcterms:URI
from http://dublincore.org/documents/dcmi-terms/#ses-URI.
dctW3CDTF :: ScopedName Source #
dcterms:W3CDTF
from http://dublincore.org/documents/dcmi-terms/#ses-W3CDTF.
Types
See the "DCMI Type Vocabulary" section at http://dublincore.org/documents/dcmi-terms/#H7.
dctypeCollection :: ScopedName Source #
dctype:Collection
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Collection.
dctypeDataset :: ScopedName Source #
dctype:Dataset
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Dataset.
dctypeEvent :: ScopedName Source #
dctype:Event
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Event.
dctypeImage :: ScopedName Source #
dctype:Image
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Image.
dctypeInteractiveResource :: ScopedName Source #
dctype:InteractiveResource
from http://dublincore.org/documents/dcmi-terms/#dcmitype-InteractiveResource.
dctypeService :: ScopedName Source #
dctype:Service
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Service.
dctypeSoftware :: ScopedName Source #
dctype:Software
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Software.
dctypeSound :: ScopedName Source #
dctype:Sound
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Sound.
dctypeText :: ScopedName Source #
dctype:Text
from http://dublincore.org/documents/dcmi-terms/#dcmitype-Text.
dctypePhysicalObject :: ScopedName Source #
dctype:PhysicalObject
from http://dublincore.org/documents/dcmi-terms/#dcmitype-PhysicalObject.
dctypeStillImage :: ScopedName Source #
dctype:StillImage
from http://dublincore.org/documents/dcmi-terms/#dcmitype-StillImage.
dctypeMovingImage :: ScopedName Source #
dctype:MovingImage
from http://dublincore.org/documents/dcmi-terms/#dcmitype-MovingImage.
DCMI Abstract Model
Terms from the DCMI Abstract Model (http://dublincore.org/documents/dcmi-terms/#H8).
dcammemberOf :: ScopedName Source #
dcam:memberOf
from http://dublincore.org/documents/dcmi-terms/#dcam-memberOf.
dcamVocabularyEncodingScheme :: ScopedName Source #
dcam:memberOf
from http://dublincore.org/documents/dcmi-terms/#dcam-memberOf.