Skip to content

Commit

Permalink
using examples in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josd committed Nov 4, 2024
1 parent a99f592 commit bf0305d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Proofpackets are proofs described in RDF supported by logic described in RDF.

## Forward rules described in RDF
e.g.
```shell
```
# rdfs subclass
_:bng_1 log:implies _:bng_2.
Expand All @@ -20,7 +20,7 @@ _:bng_2 {

## Backward rules described in RDF
e.g.
```shell
```
# is the age of a person above some duration?
_:bng_1 log:isImpliedBy _:bng_2.
Expand All @@ -38,7 +38,7 @@ _:bng_2 {

## Queries described in RDF
e.g.
```shell
```
# query for people above 80 years old
_:bng_3 log:query _:bng_3.
Expand All @@ -49,7 +49,7 @@ _:bng_3 {

## Proofs described in RDF
e.g.
```shell
```
# (rule instantiated_premise) log:proves instantiated_conclusion.
(_:bng_1 _:bng_2) log:proves _:bng_3.
Expand Down Expand Up @@ -81,6 +81,6 @@ variables that are interpreted as universally quantified variables except for
forward rule conclusion-only variables which are interpreted existentially.

Literal subjects are described as
```shell
```
[] rdf:value "aha"; :p :o.
```

0 comments on commit bf0305d

Please sign in to comment.