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 - Mandatorydc:biblioGraphicCitation.skos:prefLabeldc:biblioGraphicCitation.dc:type.rdf:PlainLiteraldc:biblioGraphicCitation.dc:type.skos:prefLabel## Part : Identifier - Mandatorydc:biblioGraphicCitation.dc:hasPart.dc:identifier.rdf:PlainLiteraldc:biblioGraphicCitation.dc:hasPart.dc:identifier.dc:type.rdf:PlainLiteraldc:biblioGraphicCitation.dc:hasPart.dc:identifier.dc:type.skos:prefLabel## Part : Contributors - Mandatory (List)dc:biblioGraphicCitation.dc:hasPart.locrel:ctb.0.foaf:titledc:biblioGraphicCitation.dc:hasPart.locrel:ctb.0.foaf:givenNamedc:biblioGraphicCitation.dc:hasPart.locrel:ctb.0.foaf:familyName## Part : Title - Mandatorydc:biblioGraphicCitation.dc:hasPart.dc:title## Part : Edition - Mandatorydc:biblioGraphicCitation.dc:hasPart.dc:hasVersion.rdf:PlainLiteral## Part : Publisher - Optionaldc:biblioGraphicCitation.dc:hasPart.dc:publisher.rdf:PlainLiteral## Part : Place of Publication - Mandatorydc:biblioGraphicCitation.dc:hasPart.vivo:Publisher.vivo:Location## Part : Dates - Optional (List)dc:biblioGraphicCitation.dc:hasPart.dc:date.0.rdf:PlainLiteraldc:biblioGraphicCitation.dc:hasPart.dc:date.0.dc:type.rdf:PlainLiteraldc:biblioGraphicCitation.dc:hasPart.dc:date.0.dc:type.skos:prefLabel## Part : URL - Mandatorydc:biblioGraphicCitation.dc:hasPart.bibo:Website.dc:identifier## Part : Context - Mandatorydc:biblioGraphicCitation.dc:hasPart.skos:scopeNote |
Documentation > Technical >


