-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Data
'@context':
schema: 'http://schema.org/'
works_for:
'@id': 'schema:worksFor'
'@type': '@id'
name: 'schema:name'
type: '@type'
id: '@id'
demo: 'https://oo-ld.github.io/demo/'
'@graph':
- id: 'demo:person1'
type: 'schema:Person'
name: Person1
works_for:
- 'demo:organizationA'
- 'demo:organizationB'
- id: 'demo:organizationA'
type: 'schema:Organization'
- id: 'demo:organizationB'
type: 'schema:Organization'Frame
'@context':
schema: 'http://schema.org/'
employes:
'@reverse': 'schema:worksFor'
'@type': '@id'
name: 'schema:name'
type: '@type'
id: '@id'
demo: 'https://oo-ld.github.io/demo/'
type: 'schema:Organization'
employes:
type: 'schema:Person'
name: {}
'@explicit': true
Result
'@context':
schema: 'http://schema.org/'
employes:
'@reverse': 'schema:worksFor'
'@type': '@id'
name: 'schema:name'
type: '@type'
id: '@id'
demo: 'https://oo-ld.github.io/demo/'
'@graph':
- id: 'demo:organizationA'
employes:
id: 'demo:person1'
type: 'schema:Person'
name: Person1
type: 'schema:Organization'
- id: 'demo:organizationB'
employes:
id: 'demo:person1'
type: 'schema:Person'
name: Person1
type: 'schema:Organization'
Metadata
Metadata
Assignees
Labels
No labels