Skip to content

GraphBuilder has multicontext #5

@charbull

Description

@charbull

Hi,

The graphBuilder Class has multicontext part for every Class in the iterable.

{
"@context": {
"hasLocation_Room": "loc:hasLocation_Room",
"hasLocation_Floor": "loc:hasLocation_Floor",
"hasName": "loc:hasName",
"loc": {
"@id": "http://www.se.com/global/CoreSE_Location#",
"@type": "@id"
}
},
"@graph": [{
"@context": {
"hasLocation_Room": "loc:hasLocation_Room",
"hasLocation_Floor": "loc:hasLocation_Floor",
"hasName": "loc:hasName",
"loc": {
"@id": "http://www.se.com/global/CoreSE_Location#",
"@type": "@id"
}
},
"@type": "loc:Building",
"hasLocation": null,
"hasName": "BuildingB1",
"hasLocation_Room": null,
"hasLocation_Floor": "L1",
"@id": "B1",
"loc": ""
},
{
"@context": {
"hasLocation_Room": "loc:hasLocation_Room",
"hasName": "loc:hasName"
},
"@type": "loc:Floor",
"hasLocation": null,
"hasName": "Floor 1",
"hasLocation_Room": null,
"@id": "L1"
}]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions