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
0b46ecef
Unverified
Commit
0b46ecef
authored
Mar 27, 2019
by
elf Pavlik
Committed by
GitHub
Mar 27, 2019
Browse files
added hasBeginning, hasEnd and involvesQuantity
parent
9e2fd677
Changes
1
Hide whitespace changes
Inline
Side-by-side
context.jsonld
View file @
0b46ecef
...
...
@@ -5,14 +5,14 @@
"@id": "vf:action",
"@type": "@id"
},
"affects": {
"@id": "vf:affects",
"@type": "@id"
},
"involves": {
"@id": "vf:involves",
"@type": "@id"
},
"involvesQuantity": {
"@id": "vf:involvesQuantity",
"@type": "@id"
},
"inputOf": {
"@id": "vf:inputOf",
"@type": "@id"
...
...
@@ -45,6 +45,14 @@
"@id": "vf:inScopeOf",
"@type": "@id"
},
"hasBeginning": {
"@id": "vf:hasBeginning",
"@type": "xsd:dateTimeStamp"
},
"hasEnd": {
"@id": "vf:hasEnd",
"@type": "xsd:dateTimeStamp"
},
"Agent": {
"@id": "foaf:Agent",
"@type": "@id"
...
...
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