Skip to content

Commit 048fcbe

Browse files
committed
Cleanup
1 parent 81f8dcb commit 048fcbe

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

crosswalks-sssom/properties_description.csv

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ schema:Person,contributor/affiliation/name,Text,The name of organization that th
2222
schema:Person,contributor/email,Text,Email address
2323
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."
2424
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"
2626
schema:Person,contributor/name,Text,"The name of an Organization, or if separate given and family names cannot be resolved for a Person"
2727
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""."
2828
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
4141
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."
4242
schema:CreativeWork,funder,Organization or Person,A person or organization that supports (sponsors) something through some kind of financial contribution.
4343
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"
4446
codemeta:SoftwareSourceCode,funding,Text,Funding source (e.g. specific grant)
4547
schema:CreativeWork,hasPart,CreativeWork,Indicates a CreativeWork that is (in some sense) a part of this CreativeWork. Reverse property isPartOf
4648
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
6365
schema:SoftwareSourceCode,programmingLanguage,ComputerLanguage or Text,The computer programming language.
6466
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."
6567
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"
6671
codemeta:SoftwareSourceCode,readme,URL,A link to software Readme file
6772
codemeta:SoftwareSourceCode,referencePublication,ScholarlyArticle,An academic publication related to the software.
6873
schema:Thing,relatedLink,URL,"A link related to this object, e.g. related web pages"
@@ -77,9 +82,12 @@ schema:SoftwareApplication,softwareRequirements,SoftwareSourceCode,Required soft
7782
codemeta:SoftwareSourceCode,softwareSuggestions,SoftwareSourceCode,"Optional dependencies, e.g. for optional features, code development, etc."
7883
schema:SoftwareApplication,softwareVersion,Text,Version of the software instance.
7984
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"
8088
schema:Role,startDate,Date or Datetime,"The start date and time of the item, usually a Role. In ISO 8601 date format"
8189
schema:SoftwareApplication,storageRequirements,Text or URL,Storage requirements (free space required).
8290
schema:SoftwareApplication,supportingData,DataFeed,Supporting data for a SoftwareApplication.
8391
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."
8492
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.

crosswalks-sssom/template/TARGET_VOCAB-codemeta-mappings.csv

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ source_term,codemeta_term,combined_mappings,comments
5656
,producer,,
5757
,programmingLanguage,,
5858
,provider,,
59-
,publisher,,
6059
,publisher/name,,
6160
,publisher/url,,
6261
,publisher/identifier,,
@@ -73,7 +72,6 @@ source_term,codemeta_term,combined_mappings,comments
7372
,softwareRequirements,,
7473
,softwareSuggestions,,
7574
,softwareVersion,,
76-
,sponsor,,
7775
,sponsor/name,,
7876
,sponsor/url,,
7977
,sponsor/identifier,,

0 commit comments

Comments
 (0)