Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Value Flows
Support Tools
vf-examples-jsonld-context
Commits
7c933356
Commit
7c933356
authored
Jan 14, 2019
by
elf Pavlik
Browse files
initial context with some basic definitions
parent
97ba061f
Changes
1
Hide whitespace changes
Inline
Side-by-side
context.jsonld
0 → 100644
View file @
7c933356
{
"@context": {
"vf": "https://w3id.org/valueflows#",
"action": {
"@id": "vf:action",
"@type": "@id"
},
"affects": {
"@id": "vf:affects",
"@type": "@id"
},
"involves": {
"@id": "vf:involves",
"@type": "@id"
},
"inputOf": {
"@id": "vf:inputOf",
"@type": "@id"
},
"outputOf": {
"@id": "vf:outputOf",
"@type": "@id"
},
"provider": {
"@id": "vf:provider",
"@type": "@id"
},
"receiver": {
"@id": "vf:receiver",
"@type": "@id"
},
"under": {
"@id": "vf:under",
"@type": "@id"
},
"classifiedAs": {
"@id": "vf:classifiedAs",
"@type": "@id"
},
"resourceClassifiedAs": {
"@id": "vf:resourceClassifiedAs",
"@type": "@id"
},
"inScopeOf": {
"@id": "vf:inScopeOf",
"@type": "@id"
},
"Agent": {
"@id": "foaf:Agent",
"@type": "@id"
},
"Person": {
"@id": "foaf:Person",
"@type": "@id"
},
"Organization": {
"@id": "org:Organization",
"@type": "@id"
},
"EconomicEvent": {
"@id": "vf:EconomicEvent",
"@type": "@id"
},
"Commitment": {
"@id": "vf:Commitment",
"@type": "@id"
},
"Intent": {
"@id": "vf:Intent",
"@type": "@id"
},
"EconomicResource": {
"@id": "vf:EconomicResource",
"@type": "@id"
},
"Process": {
"@id": "vf:Process",
"@type": "@id"
},
"Agreement": {
"@id": "vf:Agreement",
"@type": "@id"
},
"Fulfillment": {
"@id": "vf:Fulfillment",
"@type": "@id"
},
"Satisfaction": {
"@id": "vf:Satisfaction",
"@type": "@id"
},
"foaf": "http://xmlns.com/foaf/0.1/",
"org": "http://www.w3.org/ns/org#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"qudt": "http://qudt.org/schema/qudt/",
"unit": "http://qudt.org/vocab/unit/",
"time": "http://www.w3.org/2006/time#",
"time:inXSDDateTimeStamp": {
"@type": "xsd:dateTimeStamp"
},
"wd": "http://www.wikidata.org/entity/"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment