-
Notifications
You must be signed in to change notification settings - Fork 205
/
context.jsonld
137 lines (132 loc) · 3.34 KB
/
context.jsonld
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"@context": {
"@base": "http://purl.obolibrary.org/obo/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dc": "http://purl.org/dc/terms/",
"dce": "http://purl.org/dc/elements/1.1/",
"dct": "http://purl.org/dc/terms/1.1/",
"dcat":"http://www.w3.org/ns/dcat#",
"faldo": "http://biohackathon.org/resource/faldo#",
"foaf": "http://xmlns.com/foaf/0.1/",
"oa": "http://www.w3.org/ns/oa#",
"idot": "http://identifiers.org/",
"void": "http://rdfs.org/ns/void#",
"doap": "http://usefulinc.com/ns/doap#",
"pav": "http://purl.org/pav/",
"schemaorg": "http://schema.org/",
"disco": "http://rdf-vocabulary.ddialliance.org/discovery#",
"obofmd": "http://obofoundry.github.io/vocabulary/",
"obo": "http://purl.obolibrary.org/obo/",
"IAO": "obo:IAO_",
"NCBITaxon": "obo:NCBITaxon_",
"RO": "obo:RO_",
"BFO": "obo:BFO_",
"ontologies": "@graph",
"id": "@id",
"url": "@id",
"label": "rdfs:label",
"seeAlso": "rdfs:seeAlso",
"comment": "rdfs:comment",
"description": "dce:description",
"source": "dce:source",
"publisher": "dce:publisher",
"mailing_list": "doap:mailing-list",
"tracker": {
"@id": "doap:bug-database"
},
"funded_by": "disco:fundedBy",
"createdWith": "pav:createdWith",
"wasDerivedFrom": "pav:wasDerivedFrom",
"preferredPrefix": "idot:preferredPrefix",
"alternatePrefix": "idot:alternatePrefix",
"identifierPattern": "idot:identifierPattern",
"exampleIdentifier": "idot:exampleIdentifier",
"language": "dct:language",
"license": "dct:license",
"domain": "dct:theme",
"format": "dct:format",
"products": "dcat:distribution",
"Class": "owl:Class",
"biosharing": "rdfs:seeAlso",
"browsers": "rdfs:seeAlso",
"type": {
"@id": "rdf:type",
"@type": "@id"
},
"created": {
"@id": "dct:created",
"@type": "xsd:dateTime"
},
"creator": {
"@id": "dct:creator",
"@type": "@id"
},
"depiction": {
"@id": "foaf:depiction",
"@type": "@id"
},
"logo": {
"@id": "schemaorg:logo",
"@type": "@id"
},
"audience": {
"@id": "schemaorg:audience",
"@type": "schemaorg:Audience"
},
"contact": {
"@id": "dcat:contactPoint",
"@type": "foaf:Person"
},
"email": "foaf:mbox",
"build": {
"@id": "obofmd:has_build_information",
"@type": "obofmd:Build"
},
"checkout": "obofmd:checkout",
"method": "obofmd:method",
"source_url": {
"@id": "obofmd:source_url",
"@type": "xsd:anyURI"
},
"dependencies": "obofmd:depends_on",
"integration_server": "obofmd:continuous_integration_server",
"activity_status": "obofmd:activity_status",
"publications": "dct:publication",
"publisher": "dct:publisher",
"subClassOf": "owl:subClassOf",
"title": "dce:title",
"homepage": {
"@id": "foaf:homepage",
"@type": "@id"
},
"page": {
"@id": "foaf:page",
"@type": "@id"
},
"twitter": {
"@id": "foaf:account",
"@type": "@id"
},
"facebook": {
"@id": "foaf:account",
"@type": "@id"
},
"google_plus": {
"@id": "foaf:account",
"@type": "@id"
},
"is_about" : "IAO:0000136",
"taxon" : {
"@id": "IAO:0000136",
"@type": "owl:Class"
},
"ontology_purl": "dcat:accessURL",
"exampleClass": {
"@id": "void:exampleResource",
"@type": "@id"
}
}
}