Skip to content

Instantly share code, notes, and snippets.

@kjgarza
Last active March 19, 2023 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kjgarza/6bbd6b0653d7ade6c7a67c954d926fed to your computer and use it in GitHub Desktop.
Save kjgarza/6bbd6b0653d7ade6c7a67c954d926fed to your computer and use it in GitHub Desktop.
ParrotGPT converting metadata using GPT models
<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 ../metadata.xsd">
<identifier identifierType="DOI">10.7969/4VS4-MK10</identifier>
<creators>
<creator>
<creatorName nameType="Personal">Kenkenberg, Alexander</creatorName>
<givenName>Alexander</givenName>
<familyName>Kenkenberg</familyName>
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0001-5552-6921</nameIdentifier>
</creator>
</creators>
<titles>
<title xml:lang="en">Real-time Volumetric Cloud Visualization of Meteorological Simulation Data</title>
</titles>
<publicationYear>2022</publicationYear>
<publisher publisherIdentifier="https://ror.org/05591te55" publisherIdentifierScheme="ROR" schemeURI="https://ror.org/">LMU München</publisher>
<resourceType resourceTypeGeneral="Dataset"/>
<subjects>
<subject subjectScheme="Fields of Science and Technology (FOS)" schemeURI="http://www.oecd.org/science/inno" valueURI="http://www.oecd.org/science/inno/38235147.pdf">FOS: Computer and information sciences</subject>
</subjects>
<language>en</language>
<sizes>
<size>40 GB</size>
</sizes>
<formats>
<format>application/zip</format>
</formats>
<rightsList>
<rights rightsURI="https://creativecommons.org/licenses/by/4.0/legalcode">Creative Commons Attribution 4.0 International</rights>
</rightsList>
<descriptions>
<description descriptionType="Abstract">This archive contains a cyclone simulation as png/csv files and as Unreal Engine 4.27 assets.
</description>
</descriptions>
<distributions>
<distribution>
<file mediaType="application/zip">
<contentURL byteSize="40000000000">https://example.org/archive.zip</contentURL>
<checksums>
<checksum algorithm="MD5">d41d8cd98f00b204e9800998ecf8427e</checksum>
</checksums>
<accessLevel xml:lang="en" accessLevelURI="http://purl.org/coar/access_right/c_abf2">open access</accessLevel>
</file>
</distribution>
</distributions>
</resource>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org/dc/terms/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:foaf="http://xmlns.com/foaf/0.1/">
<dcat:Dataset rdf:about="10.7969/4VS4-MK10">
<dct:title xml:lang="en">Real-time Volumetric Cloud Visualization of Meteorological Simulation Data</dct:title>
<dct:publisher>
<foaf:Organization>
<dct:title>LMU München</dct:title>
<foaf:homepage rdf:resource="https://ror.org/05591te55"/>
</foaf:Organization>
</dct:publisher>
<dct:creator>
<foaf:Person>
<foaf:name>Kenkenberg, Alexander</foaf:name>
<foaf:givenName>Alexander</foaf:givenName>
<foaf:familyName>Kenkenberg</foaf:familyName>
<foaf:homepage rdf:resource="https://orcid.org/0000-0001-5552-6921"/>
</foaf:Person>
</dct:creator>
<dct:issued>2022</dct:issued>
<dct:language>en</dct:language>
<dct:rights rdf:resource="https://creativecommons.org/licenses/by/4.0/legalcode"/>
<dct:subject rdf:resource="http://www.oecd.org/science/inno/38235147.pdf"/>
<dcat:distribution>
<dcat:Distribution>
<dcat:accessURL rdf:resource="https://example.org/archive.zip"/>
<dcat:byteSize>40000000000</dcat:byteSize>
<dcat:mediaType>application/zip</dcat:mediaType>
<dcat:checksum>d41d8cd98f00b204e9800998ecf8427e</dcat:checksum>
<dcat:accessLevel rdf:resource="http://purl.org/coar/access_right/c_abf2"/>
</dcat:Distribution>
</dcat:distribution>
<dct:abstract xml:lang="en">This archive contains a cyclone simulation as png/csv files and as Unreal Engine 4.27 assets.</dct:abstract>
<dct:type rdf:resource="http://www.oecd.org/science/inno/38235147.pdf"/>
<dcat:byteSize>40 GB</dcat:byteSize>
</dcat:Dataset>
</rdf:RDF>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment