File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "@context" : [
3- " https://w3id.org/codemeta/v3 .0" ,
3+ " https://w3id.org/codemeta/3 .0" ,
44 " http://schema.org" ,
55 " https://w3id.org/software-types" ,
66 " https://w3id.org/software-iodata"
Original file line number Diff line number Diff line change 3939CODEMETAPY = Namespace ("https://github.com/proycon/codemetapy/" ) #An extra internal namespace, usually not used for any serialisations
4040
4141SCHEMA_SOURCE = "https://schema.org" #even though URL is https:// the RDF IRIs are all http://!
42- CODEMETA_SOURCE = "https://w3id.org/codemeta/v3 .0"
42+ CODEMETA_SOURCE = "https://w3id.org/codemeta/3 .0"
4343CODEMETA2_SOURCE = "https://doi.org/10.5063/schema/codemeta-2.0"
4444STYPE_SOURCE = "https://w3id.org/software-types"
4545IODATA_SOURCE = "https://w3id.org/software-iodata"
Original file line number Diff line number Diff line change 11{
22 "@context" : [
3- " https://w3id.org/codemeta/v3 .0" ,
3+ " https://w3id.org/codemeta/3 .0" ,
44 " http://schema.org" ,
55 " https://w3id.org/software-types" ,
66 " https://w3id.org/software-iodata"
You can’t perform that action at this time.
0 commit comments