IntroductionThis page outlines proposed changes/additions to form data and forms in the workflow, required to support citation information in RIF-CS v1.3. RIF-CS XMLThe XML requirements seems a bit strange to me, and I've found contradictions between the guidelines and the schema. For example the guildlines discuss ' And yet the spec states that both ' Anyway, here's a block of sample XML we would plan to output (' <citationInfo> <fullCitation style="ANDSVocab">MANDATORY</fullCitation> <citationMetadata> <identifier type="ANDSVocab">MANDATORY</identifier> <contributor seq="1"> <namePart type="title">MANDATORY FIRST</namePart> <namePart type="given">OPTIONAL LIST</namePart> <namePart type="family">OPTIONAL LIST</namePart> </contributor> <contributor seq="2"> <namePart type="title">MANDATORY FIRST</namePart> <namePart type="given">OPTIONAL LIST</namePart> <namePart type="family">OPTIONAL LIST</namePart> </contributor> <title>MANDATORY</title> <edition>MANDATORY</edition> <publisher>OPTIONAL LIST</publisher> <publisher>OPTIONAL LIST</publisher> <placePublished>MANDATORY</placePublished> <date type="ANDSVocab">OPTIONAL LIST</date> <date type="ANDSVocab">OPTIONAL LIST</date> <date type="ANDSVocab">OPTIONAL LIST</date> <url>MANDATORY</url> <context>MANDATORY</content> </citationMetadata> </citationInfo> Form FieldsBelow are some proposed form fields to add to our current list. As per usual I pulled RDF'ish syntaxes from any of the namespaces we use. Perhaps I'm incorrect, but they all seem fairly straight forward to me. Please advise if you can think of a better implementation, I'm not married to this. The field that won't be obvious however is the use of '`dc:publisher`' to refer to the publisher, and then ' dc:biblioGraphicCitation.redbox:sendCitation ## Full Citation - Mandatory dc:biblioGraphicCitation.skos:prefLabel dc:biblioGraphicCitation.dc:type.rdf:PlainLiteral dc:biblioGraphicCitation.dc:type.skos:prefLabel ## Part : Identifier - Mandatory dc:biblioGraphicCitation.dc:hasPart.dc:identifier.rdf:PlainLiteral dc:biblioGraphicCitation.dc:hasPart.dc:identifier.dc:type.rdf:PlainLiteral dc:biblioGraphicCitation.dc:hasPart.dc:identifier.dc:type.skos:prefLabel ## Part : Contributors - Mandatory (List) dc:biblioGraphicCitation.dc:hasPart.locrel:ctb.0.foaf:title dc:biblioGraphicCitation.dc:hasPart.locrel:ctb.0.foaf:givenName dc:biblioGraphicCitation.dc:hasPart.locrel:ctb.0.foaf:familyName ## Part : Title - Mandatory dc:biblioGraphicCitation.dc:hasPart.dc:title ## Part : Edition - Mandatory dc:biblioGraphicCitation.dc:hasPart.dc:hasVersion.rdf:PlainLiteral ## Part : Publisher - Optional dc:biblioGraphicCitation.dc:hasPart.dc:publisher.rdf:PlainLiteral ## Part : Place of Publication - Mandatory dc:biblioGraphicCitation.dc:hasPart.vivo:Publisher.vivo:Location ## Part : Dates - Optional (List) dc:biblioGraphicCitation.dc:hasPart.dc:date.0.rdf:PlainLiteral dc:biblioGraphicCitation.dc:hasPart.dc:date.0.dc:type.rdf:PlainLiteral dc:biblioGraphicCitation.dc:hasPart.dc:date.0.dc:type.skos:prefLabel ## Part : URL - Mandatory dc:biblioGraphicCitation.dc:hasPart.bibo:Website.dc:identifier ## Part : Context - Mandatory dc:biblioGraphicCitation.dc:hasPart.skos:scopeNote |
Documentation > Technical >