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

Implement Class NodeKind support #107

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 2, 2024

  1. rdf: Classes are always NodeShapes

    Since classes can specify constraints other than just properties, make
    them always be NodeShapes
    JPEWdev committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4fecbf1 View commit details
    Browse the repository at this point in the history
  2. Force Element to be an IRI

    Elements must have a fully qualified IRI; blank nodes are not allowed to
    add the NodeKind constraint to the class
    JPEWdev committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7b436b9 View commit details
    Browse the repository at this point in the history