Skip to content

Commit

Permalink
Merge pull request #414 from mboudet/fix_407
Browse files Browse the repository at this point in the history
Fix doc
  • Loading branch information
mboudet committed Aug 14, 2023
2 parents 3a367ec + a0f108f commit 3f35b38
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docs/abstraction.md
Expand Up @@ -111,18 +111,20 @@ A FALDO entity have to be declared as FALDO on the abstraction. If attribute are

Four FALDO attributes are supported by AskOmics: reference, strand, start and end.

!!! warning
AskOmics expect faldo entities to follow the faldo ontology for triple definition. Ex:
```turtle
# Reference
:Entity faldo:location/faldo:begin/faldo:reference "value"
# strand
:Entity faldo:location/faldo:begin/rdf:type "value"
# Start
:Entity faldo:location/faldo:begin/faldo:position "value"
# Stop.
:Entity faldo:location/faldo:end/faldo:position "value"
```
### Faldo ontology

AskOmics expect faldo entities to follow the faldo ontology for triple definition. Ex:

```turtle
# Reference
:Entity faldo:location/faldo:begin/faldo:reference "value"
# strand
:Entity faldo:location/faldo:begin/rdf:type "value"
# Start
:Entity faldo:location/faldo:begin/faldo:position "value"
# Stop.
:Entity faldo:location/faldo:end/faldo:position "value"
```

### faldo:reference

Expand Down

0 comments on commit 3f35b38

Please sign in to comment.