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

[Semweb] Support for loading RDF data in datasets. #6

Closed
wouterbeek opened this issue May 24, 2014 · 1 comment
Closed

[Semweb] Support for loading RDF data in datasets. #6

wouterbeek opened this issue May 24, 2014 · 1 comment

Comments

@wouterbeek
Copy link
Contributor

When loading RDF data from serialization formats supporting RDF datasets (Trig, N-Quads), some RDF triples belong to a specified RDF graph or to the default graph (if not graph is specified).

Currently, the relationships between (1) the file containing the multi-graph serialization, and (2) the graphs imported from that file is not accessible via rdf_graph_property/2.

For example:

?- rdf_graph(G), !, rdf_graph_property(G,P).
G = 'http://www.lexvo.org/data/term/kir/%D0%B8%D1%81%D0%BF%D0%B0%D0%BD%D1%87%D0%B0',
P = hash('70ecb85395368b8e6b90a29bcad0a417') ;
G = 'http://www.lexvo.org/data/term/kir/%D0%B8%D1%81%D0%BF%D0%B0%D0%BD%D1%87%D0%B0',
P = modified(true) ;
G = 'http://www.lexvo.org/data/term/kir/%D0%B8%D1%81%D0%BF%D0%B0%D0%BD%D1%87%D0%B0',
P = triples(7).

The source and source_last_modified properties are missing.

@wouterbeek
Copy link
Contributor Author

Moved this to the Semweb repo.

kamahen added a commit to kamahen/swipl-devel that referenced this issue Mar 10, 2022
…WI-Prolog#6)

  - added escapes for "$" and "\"
Refactored "capture map" code

Minor reformatting
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

1 participant