Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and specify support for named graphs #37

Open
pietercolpaert opened this issue Apr 26, 2023 · 6 comments
Open

Add and specify support for named graphs #37

pietercolpaert opened this issue Apr 26, 2023 · 6 comments

Comments

@pietercolpaert
Copy link
Member

pietercolpaert commented Apr 26, 2023

There is currently a proposal to support named graph serializations like TriG and JSON-LD.

The proposal would be to allow something like this:

ex:C1 a ldes:EventStream ;
      tree:member ex:Graph1, ex:Graph2 .

ex:Graph1 prov:generatedAtTime "2022-12-25T12:00" ;
                    foaf:primaryTopic ex:Streetname1 .

ex:Graph1 {
   ex:Streetname1 rdfs:label "Station Street" .
}

ex:Graph2 prov:generatedAtTime "2023-12-25T12:00" ;
                    foaf:primaryTopic ex:Streetname1 .

ex:Graph2 {
   ex:Streetname1 rdfs:label "Station Square" .
}
@pietercolpaert
Copy link
Member Author

As this is an addition to the TREE vocabulary, we might want to discuss this in the TREE hypermedia community group instead.

@pietercolpaert

This comment was marked as outdated.

@sandervd

This comment was marked as outdated.

@pietercolpaert

This comment was marked as outdated.

@sandervd

This comment was marked as outdated.

@pietercolpaert
Copy link
Member Author

Current proposal, to be ratified end of September in the TREE CG, is to always extract the triples in the named graph matching the target of a tree:member. That will allow the initial proposal to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants