Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Is it possible to write an RDF triple using YAML list? #24

Open
anatoly-scherbakov opened this issue Jan 2, 2021 · 0 comments
Open

Comments

@anatoly-scherbakov
Copy link
Contributor

For example:

rules:
  - name: "Every triple implies types for its parts"
    given: [_:subject, _:predicate, _:object]
    implies:
      - [_:subject, rdf:type, rdfs:Resource]
      - [_:predicate, rdf:type, rdf:Property]
      - [_:object, rdf:type, rdfs:Resource]
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant