Created
August 10, 2020 14:10
-
-
Save HughP/3338f07e0a272269c30620066fcdccb9 to your computer and use it in GitHub Desktop.
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
<rdf:RDF | |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | |
xmlns:z="http://www.zotero.org/namespaces/export#" | |
xmlns:dc="http://purl.org/dc/elements/1.1/" | |
xmlns:foaf="http://xmlns.com/foaf/0.1/" | |
xmlns:bib="http://purl.org/net/biblio#" | |
xmlns:dcterms="http://purl.org/dc/terms/"> | |
<bib:MotionPicture rdf:about="https://www.example.com"> | |
<z:itemType>film</z:itemType> | |
<dc:publisher> | |
<foaf:Organization> | |
<foaf:name>Distributor</foaf:name> | |
</foaf:Organization> | |
</dc:publisher> | |
<z:directors> | |
<rdf:Seq> | |
<rdf:li> | |
<foaf:Person> | |
<foaf:surname>Last Name Director</foaf:surname> | |
<foaf:givenName>First Name</foaf:givenName> | |
</foaf:Person> | |
</rdf:li> | |
</rdf:Seq> | |
</z:directors> | |
<bib:contributors> | |
<rdf:Seq> | |
<rdf:li> | |
<foaf:Person> | |
<foaf:surname>Last Name Contributor</foaf:surname> | |
<foaf:givenName>First Name</foaf:givenName> | |
</foaf:Person> | |
</rdf:li> | |
<rdf:li> | |
<foaf:Person> | |
<foaf:surname>Corporate Name as Contributor</foaf:surname> | |
</foaf:Person> | |
</rdf:li> | |
</rdf:Seq> | |
</bib:contributors> | |
<z:producers> | |
<rdf:Seq> | |
<rdf:li> | |
<foaf:Person> | |
<foaf:surname>Last Name Producer</foaf:surname> | |
<foaf:givenName>First Name</foaf:givenName> | |
</foaf:Person> | |
</rdf:li> | |
<rdf:li> | |
<foaf:Person> | |
<foaf:surname>Corporate Name</foaf:surname> | |
</foaf:Person> | |
</rdf:li> | |
</rdf:Seq> | |
</z:producers> | |
<z:scriptwriters> | |
<rdf:Seq> | |
<rdf:li> | |
<foaf:Person> | |
<foaf:surname>Last Name script writer</foaf:surname> | |
<foaf:givenName>First Name</foaf:givenName> | |
</foaf:Person> | |
</rdf:li> | |
</rdf:Seq> | |
</z:scriptwriters> | |
<dc:subject>BCP47_no-NO-x-stavanger</dc:subject> | |
<dc:subject>Tag 1</dc:subject> | |
<dc:subject>Tag 2</dc:subject> | |
<dc:subject>ISO-639-3_und</dc:subject> | |
<dc:title>This is a Film</dc:title> | |
<dcterms:abstract>A film or motion picture. Generally, use this type for artistically-oriented films (including fictional, non-fictional, and documentary films). For other types of video items, use Video Recording.</dcterms:abstract> | |
<dc:date>1900</dc:date> | |
<z:language>en</z:language> | |
<z:shortTitle>Book</z:shortTitle> | |
<z:archive>Archive</z:archive> | |
<dc:coverage>Archive ID or Location in Archive</dc:coverage> | |
<z:libraryCatalog>Library Catalogue</z:libraryCatalog> | |
<dc:subject> | |
<dcterms:LCC><rdf:value>Call Number</rdf:value></dcterms:LCC> | |
</dc:subject> | |
<dc:identifier> | |
<dcterms:URI> | |
<rdf:value>https://www.example.com</rdf:value> | |
</dcterms:URI> | |
</dc:identifier> | |
<dcterms:dateSubmitted>2020-08-04</dcterms:dateSubmitted> | |
<dc:rights>CC-BY</dc:rights> | |
<dc:description>PMID: PMID-number | |
PMCID: PMCID-number | |
DOI: 10.20/some.doi</dc:description> | |
<z:runningTime>running time</z:runningTime> | |
<z:type>Genre</z:type> | |
<z:medium>Format</z:medium> | |
</bib:MotionPicture> | |
</rdf:RDF> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment