CodeMeta software medatadata file (E3)

Revision as of 12:33, 24 March 2020 by Kat (talk | contribs) (Updated Schema text)
language codelabeldescriptionaliasesedit
enCodeMeta software medatadata fileschema for a metadata file according to CodeMetaedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wbt: <http://wikidp.wiki.opencura.com/prop/direct/>
PREFIX wb: <http://wikidp.wiki.opencura.com/entity/>

start = @<code_meta_software_metadata_file>
<code_meta_software_metadata_file>
{
# The software itself
official name

inception # creation date
    wdt:P571 xsd:dateTime ? ;

 
publication date # first release date
   wdt:P577 xsd:dateTime ? ;
license P31 software license license approved by SPDX wd:Q2297620

# Discoverability and citation
schema.org/identifier
type of software # Application category
no match #keywords
sponsor w qual grant id #funding and #funder

# Development community / tools
source code repository # Code repository
cont int #Continuous integration
bug tracker #Issue tracker
related links (no match)

# Run-time environment
Programming Language
Runtime Platform
Operating System
depends on #Other software requirements

# Current version of the software
softwareversion identifier # Version number
Release date
full work available at # Download URL
release notes (no match)

# Additional Info
described by source # Reference Publication
Development Status see www.repostatus.org for details 
part of # Is part of

#Authors
P178 
p31 q5 orcid
#Contributors

<software_license>
}