-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjson-ld-context.json
More file actions
84 lines (81 loc) · 3.4 KB
/
json-ld-context.json
File metadata and controls
84 lines (81 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"@context": {
"schema": "http://schema.org/",
"sd": "https://w3id.org/okn/o/sd#",
"bio": "https://bioschemas.org/",
"spe": "https://openschemas.github.io/spec-container/specifications/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"sh": "http://www.w3.org/ns/shacl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"shsh": "http://www.w3.org/ns/shacl-shacl#",
"owl": "http://www.w3.org/2002/07/owl#",
"dcterms": "http://purl.org/dc/terms/",
"imag": "https://imaging-plaza.epfl.ch/ontology#",
"md4i": "http://w3id.org/nfdi4ing/metadata4ing#",
"SoftwareApplication": "schema:SoftwareSourceCode",
"Person": "schema:Person",
"DataFeed": "schema:DataFeed",
"FormalParameter": "bio:FormalParameter",
"SoftwareImage": "sd:SoftwareImage",
"ExecutableNotebook": "imag:ExecutableNotebook",
"Organization": "schema:Organization",
"FundingInformation": "sd:FundingInformation",
"name": "schema:name",
"featureList": "schema:featureList",
"conditionsOfAccess": "schema:conditionsOfAccess",
"hasDocumentation": "sd:hasDocumentation",
"hasExecutableInstructions": "sd:hasExecutableInstructions",
"image": "schema:image",
"fairLevel": "imag:fairLevel",
"readme": "sd:readme",
"isPluginModuleOf": "imag:isPluginModuleOf",
"operatingSystem": "schema:operatingSystem",
"processorRequirements": "schema:processorRequirements",
"codeRepository": "schema:codeRepository",
"supportingData": "schema:supportingData",
"maintainer": "schema:maintainer",
"citation": "schema:citation",
"datePublished": "schema:datePublished",
"dateCreated": "schema:dateCreated",
"programmingLanguage": "schema:programmingLanguage",
"producer": "schema:producer",
"isAccessibleForFree": "schema:isAccessibleForFree",
"imagingModality": "imag:imagingModality",
"description": "schema:description",
"requiresGPU": "imag:requiresGPU",
"hasAcknowledgements": "sd:hasAcknowledgements",
"license": "schema:license",
"hasSoftwareImage": "sd:hasSoftwareImage",
"hasParameter": "sd:hasParameter",
"applicationCategory": "schema:applicationCategory",
"hasExecutableNotebook": "imag:hasExecutableNotebook",
"relatedToOrganization": "imag:relatedToOrganization",
"url": "schema:url",
"hasFunding": "sd:hasFunding",
"isBasedOn": "schema:isBasedOn",
"softwareRequirements": "schema:softwareRequirements",
"memoryRequirements": "schema:memoryRequirements",
"identifier": "schema:identifier",
"givenName": "schema:givenName",
"familyName": "schema:familyName",
"orcidId": "md4i:orcidId",
"affiliation": "schema:affiliation",
"email": "schema:email",
"variableMeasured": "schema:variableMeasured",
"measurementTechnique": "schema:measurementTechnique",
"hasFormat": "sd:hasFormat",
"valueRequired": "schema:valueRequired",
"hasDimensionality": "sd:hasDimensionality",
"defaultValue": "schema:defaultValue",
"encodingFormat": "schema:encodingFormat",
"softwareVersion": "schema:softwareVersion",
"availableInRegistry": "sd:availableInRegistry",
"hasRorId": "md4i:hasRorId",
"legalName": "schema:legalName",
"fundingGrant": "sd:fundingGrant",
"fundingSource": "sd:fundingSource",
"discipline": "pulse:discipline",
"repositoryType": "pulse:repositoryType"
}
}