You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema:Person,contributor/familyName,Text,"Family name. In the U.S., the last name of an Person. This can be used along with givenName instead of the name property."
24
24
schema:Person,contributor/givenName,Text,"Given name. In the U.S., the first name of a Person. This can be used along with familyName instead of the name property"
25
-
schema:Person,contributor/identifier,URL,"URL identifier, ideally an ORCID ID for individuals, a FundRef ID for funders"
25
+
schema:Person,contributor/identifier,URL,"URL identifier, ideally an ORCID"
26
26
schema:Person,contributor/name,Text,"The name of an Organization, or if separate given and family names cannot be resolved for a Person"
27
27
schema:Person,contributor/roleName,Text,"The role played, performed, or filled by a person or organization. Suggested values: ""Design"" (algorithm), ""Architecture"", ""Debugging"", ""Maintenance"", ""Coding"", ""Documentation"", ""Testing"", ""Support"", ""Management""."
28
28
chema:CreativeWork,copyrightHolder,Organization or Person,The party holding the legal copyright to the CreativeWork.
@@ -41,6 +41,8 @@ schema:CreativeWork,fileFormat,Text or URL,"Media type, typically MIME format (s
41
41
schema:SoftwareApplication,fileSize,Text,"Size of the application / package (e.g. 18MB). In the absence of a unit (MB, KB etc.), KB will be assumed."
42
42
schema:CreativeWork,funder,Organization or Person,A person or organization that supports (sponsors) something through some kind of financial contribution.
43
43
schema:CreativeWork,funder/name,Text,The name of a person or organization that supports (sponsors) something through some kind of financial contribution.
44
+
schema:CreativeWork,funder/identifier,URL,"URL identifier, ideally a ROR"
45
+
schema:CreativeWork,funder/url,URL,"URL for a funder"
44
46
codemeta:SoftwareSourceCode,funding,Text,Funding source (e.g. specific grant)
45
47
schema:CreativeWork,hasPart,CreativeWork,Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Reverse property isPartOf
46
48
codemeta:SoftwareApplication,hasSourceCode,SoftwareSourceCode,A link that states where the software code is for a given software. For example a software registry may indicate that one of its software entries hasSourceCode in a GitHub repository.
@@ -63,6 +65,9 @@ schema:CreativeWork,producer,Organization or Person,"The person or organization
63
65
schema:SoftwareSourceCode,programmingLanguage,ComputerLanguage or Text,The computer programming language.
64
66
schema:CreativeWork,provider,Organization or Person,"The service provider, service operator, or service performer; the goods producer. Another party (a seller) may offer those services or goods on behalf of the provider. A provider may also serve as the seller. Supersedes carrier."
65
67
schema:CreativeWork,publisher,Organization or Person,The publisher of the creative work.
68
+
schema:CreativeWork,publisher/name,Text,The name of the publisher of the creative work.
69
+
schema:CreativeWork,publisher/identifier,URL,"URL identifier, ideally a ROR"
70
+
schema:CreativeWork,publisher/url,URL,"URL for a publisher"
66
71
codemeta:SoftwareSourceCode,readme,URL,A link to software Readme file
67
72
codemeta:SoftwareSourceCode,referencePublication,ScholarlyArticle,An academic publication related to the software.
68
73
schema:Thing,relatedLink,URL,"A link related to this object, e.g. related web pages"
codemeta:SoftwareSourceCode,softwareSuggestions,SoftwareSourceCode,"Optional dependencies, e.g. for optional features, code development, etc."
78
83
schema:SoftwareApplication,softwareVersion,Text,Version of the software instance.
79
84
schema:CreativeWork,sponsor,Organization or Person,"A person or organization that supports a thing through a pledge, promise, or financial contribution. e.g. a sponsor of a Medical Study or a corporate sponsor of an event."
85
+
schema:CreativeWork,sponsor/name,Text,The name of a person or organization that supports a thing through a pledge,promise,or financial contribution.
86
+
schema:CreativeWork,sponsor/identifier,URL,"URL identifier, ideally a ROR"
87
+
schema:CreativeWork,sponsor/url,URL,"URL for a sponsor"
80
88
schema:Role,startDate,Date or Datetime,"The start date and time of the item, usually a Role. In ISO 8601 date format"
81
89
schema:SoftwareApplication,storageRequirements,Text or URL,Storage requirements (free space required).
82
90
schema:SoftwareApplication,supportingData,DataFeed,Supporting data for a SoftwareApplication.
83
91
schema:SoftwareSourceCode,targetProduct,SoftwareApplication,"Target Operating System / Product to which the code applies. If applies to several versions, just the product name can be used."
84
92
schema:Thing,url,URL,URL of the item.
85
-
schema:CreativeWork,version,Number or Text,The version of the CreativeWork embodied by a specified resource.
93
+
schema:CreativeWork,version,Number or Text,The version of the CreativeWork embodied by a specified resource.
0 commit comments