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

Replace SemanticObject by SemanticResource in order to support LDP containers and RDF documents #12

Open
10 tasks
lecoqlibre opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@lecoqlibre
Copy link
Collaborator

We should be able to store any subject in the internal RDF graph.

  • Implement getAllContainedResources(some filter) method.
  • Implement getParentResource method.
  • Implement isPartOfDocument method.
  • Implement isContainer method.

LDP container:

  • Create a LDP UML model.
  • Generate the LdpContainer extends SemanticResource class with the codegen.
  • Integrate the LdpContainer class into Semantizer.

TypeIndex:

  • Create a TypeIndex UML model.
  • Generate the TypeIndex extends SemanticResource class with the codegen.
  • Integrate the TypeIndex class into Semantizer.
@lecoqlibre lecoqlibre added the enhancement New feature or request label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant