EntitySchema:E3: Difference between revisions
Jump to navigation
Jump to search
(Updated Schema text) |
(Updated Schema text) |
||
Schema / Line 6: | Schema / Line 6: | ||
<code_meta_software_metadata_file> | <code_meta_software_metadata_file> | ||
{ | { | ||
# The software itself | ## The software itself | ||
inception | # official name | ||
wdt:P1448 [ <http://www.wikidata.org/entity>~ ] * ; | |||
# inception (CodeMeta creation date) | |||
wdt:P571 xsd:dateTime ? ; | wdt:P571 xsd:dateTime ? ; | ||
#publication date (CodeMeta first release date) | |||
publication date | |||
wdt:P577 xsd:dateTime ? ; | wdt:P577 xsd:dateTime ? ; | ||
license P31 software license license approved by SPDX wd:Q2297620 | #license P31 software license license approved by SPDX wd:Q2297620 | ||
wdt:P275 [ <http://www.wikidata.org/entity>~ ] * ; | |||
# Discoverability and citation | ## Discoverability and citation | ||
schema.org/identifier | #schema.org/identifier | ||
schema:identifier IRI; | schema:identifier IRI; | ||
type of software | #type of software (CodeMeta Application category) | ||
wdt:P31 <type_of_software> | wdt:P31 <type_of_software> | ||
no match #keywords | no match #keywords |
Revision as of 13:36, 25 March 2020
language code | label | description | aliases | edit |
---|---|---|---|---|
en | CodeMeta software medatadata file | schema for a metadata file according to CodeMeta | edit |
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
wdt:P1448 [ <http://www.wikidata.org/entity>~ ] * ;
# inception (CodeMeta creation date)
wdt:P571 xsd:dateTime ? ;
#publication date (CodeMeta first release date)
wdt:P577 xsd:dateTime ? ;
#license P31 software license license approved by SPDX wd:Q2297620
wdt:P275 [ <http://www.wikidata.org/entity>~ ] * ;
## Discoverability and citation
#schema.org/identifier
schema:identifier IRI;
#type of software (CodeMeta Application category)
wdt:P31 <type_of_software>
no match #keywords
sponsor w qual grant id #funding and #funder
wdt: P859 [ <http://www.wikidata.org/entity>~ ] * ;
# Development community / tools
source code repository # Code repository
wdt:P1324 IRI ? ;
cont int #Continuous integration
bug tracker #Issue tracker
wdt:P1401 [ <https:/>~ ] ? ;
related links (no match)
# Run-time environment
Programming Language
wdt:P277 [ <http://www.wikidata.org/entity>~ ] ? ;
Runtime Platform
wdt:P400 [ <http://www.wikidata.org/entity>~ ] ? ;
Operating System
wdt:P306 [ <http://www.wikidata.org/entity>~ ] * ;
depends on #Other software requirements
wdt:P1547 [ <http://www.wikidata.org/entity>~ ] * ;
# Current version of the software
softwareversion identifier # Version number
Release date
full work available at # Download URL
wdt:P953 IRI;
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>
wdt:P31 wd:Q207621
wdt:P790 wd:Q2297620
<type_of_software>
wdt:P31 wd:Q17155032
}