EntitySchema:E3: Difference between revisions
Jump to navigation
Jump to search
(Updated Schema text) |
(Updated Schema text) |
||
(11 intermediate revisions by the same user not shown) | |||
Schema / Line 1: | Schema / Line 1: | ||
PREFIX wd: <http://www.wikidata.org/ | PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | ||
PREFIX prov: <http://www.w3.org/ns/prov#> | |||
PREFIX wd: <https://www.wikidata.org/wiki/> | |||
PREFIX wdt: <http://www.wikidata.org/prop/direct/> | |||
PREFIX p: <http://www.wikidata.org/prop/> | |||
PREFIX pq: <http://www.wikidata.org/prop/qualifier/> | |||
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> | |||
PREFIX prv: <http://www.wikidata.org/prop/reference/value/> | |||
PREFIX pr: <http://www.wikidata.org/prop/reference/> | |||
PREFIX ps: <http://www.wikidata.org/prop/statement/> | |||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | |||
PREFIX schema: <http://schema.org/> | |||
PREFIX wbt: <http://wikidp.wiki.opencura.com/prop/direct/> | PREFIX wbt: <http://wikidp.wiki.opencura.com/prop/direct/> | ||
PREFIX wb: <http://wikidp.wiki.opencura.com/entity/> | PREFIX wb: <http://wikidp.wiki.opencura.com/entity/> | ||
Schema / Line 6: | Schema / Line 17: | ||
<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) | |||
publication date | wdt:P571 xsd:dateTime ? ; | ||
#publication date (CodeMeta first release date) | |||
wdt:P577 xsd:dateTime ? ; | wdt:P577 xsd:dateTime ? ; | ||
license | #license | ||
wdt:P275 <software_license>* ; | |||
# 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>; | |||
no match #keywords | no match #keywords | ||
sponsor w qual grant id #funding and #funder | #sponsor w qual grant id #funding and #funder | ||
wdt: P859 [ <http://www.wikidata.org/entity>~ ] * ; | |||
# Development community / tools | # Development community / tools | ||
source code repository # Code repository | #source code repository # Code repository | ||
cont int #Continuous integration | wdt:P1324 IRI ? ; | ||
bug tracker #Issue tracker | #cont int #Continuous integration | ||
related links (no match) | #bug tracker #Issue tracker | ||
wdt:P1401 [ <https:/>~ ] ? ; | |||
#related links (no match) | |||
# Run-time environment | ## Run-time environment | ||
Programming Language | #Programming Language | ||
Runtime Platform | wdt:P277 [ <http://www.wikidata.org/entity>~ ] ? ; | ||
Operating System | #Runtime Platform | ||
depends on #Other software requirements | 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 | ## Current version of the software | ||
softwareversion identifier # Version number | #softwareversion identifier # Version number | ||
wdt:P348 [ <http://www.wikidata.org/entity>~ ] * ; | |||
Release date | Release date | ||
full work available at # Download URL | full work available at # Download URL | ||
wdt:P953 IRI; | |||
release notes (no match) | release notes (no match) | ||
# Additional Info | ## Additional Info | ||
described by source # Reference Publication | #described by source # Reference Publication | ||
wdt:P1343 [ <http://www.wikidata.org/entity>~ ] * ; | |||
Development Status see www.repostatus.org for details | Development Status see www.repostatus.org for details | ||
part of # Is part of | part of # Is part of | ||
wdt:P361 [ <http://www.wikidata.org/entity>~ ] * ; | |||
#Authors | #Authors | ||
wdt:P2093 xsd:string; | |||
p31 q5 orcid | p31 q5 orcid | ||
#Contributors | #Contributors | ||
wdt:P767 xsd:string; | |||
<software_license> | <software_license> | ||
wdt:P31 wd:Q207621 | { | ||
wdt:P790 wd:Q2297620 | wdt:P31 wd:Q207621; | ||
wdt:P790 wd:Q2297620; | |||
} | |||
<type_of_software> | <type_of_software> | ||
wdt:P31 wd:Q17155032 | { | ||
wdt:P31 wd:Q17155032; | |||
} | |||
} | } |
Latest revision as of 12:19, 26 March 2020
language code | label | description | aliases | edit |
---|---|---|---|---|
en | CodeMeta software medatadata file | schema for a metadata file according to CodeMeta | edit |
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX wd: <https://www.wikidata.org/wiki/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX prv: <http://www.wikidata.org/prop/reference/value/>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <http://schema.org/>
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
wdt:P275 <software_license>* ;
## 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
wdt:P348 [ <http://www.wikidata.org/entity>~ ] * ;
Release date
full work available at # Download URL
wdt:P953 IRI;
release notes (no match)
## Additional Info
#described by source # Reference Publication
wdt:P1343 [ <http://www.wikidata.org/entity>~ ] * ;
Development Status see www.repostatus.org for details
part of # Is part of
wdt:P361 [ <http://www.wikidata.org/entity>~ ] * ;
#Authors
wdt:P2093 xsd:string;
p31 q5 orcid
#Contributors
wdt:P767 xsd:string;
<software_license>
{
wdt:P31 wd:Q207621;
wdt:P790 wd:Q2297620;
}
<type_of_software>
{
wdt:P31 wd:Q17155032;
}
}