Skip to content

Commit

Permalink
Fix README-Dev.md table markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
recalcitrantsupplant committed Jun 22, 2023
1 parent 798be47 commit bd3621b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README-Dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ the annotations and return the RDF merge of the original response and the annota
Additional predicates can be added to the list of predicates Prez looks for in the profiles by adding these predicates
using the properties listed below.

| Property | Default Predicate | Examples of other predicates that would commonly be used | Profiles predicate to add *additional* predicates |
|----------|---------------------|----------------------------------------------------------|---------------------------------------------------|
| label | rdfs:label | skos:prefLabel, dcterms:title | altr-ext:hasLabelPredicate |
| description | dcterms:description | skos:definition, dcterms:abstract | altr-ext:hasDescriptionPredicate |
| provenance | dcterms:provenance | dcterms:source | altr-ext:hasExplanationPredicate |
| other | (None) | schema:color | altr-ext:otherAnnotationProps |
| Property | Default Predicate | Examples of other predicates that would commonly be used | Profiles predicate to add *additional* predicates |
|-------------|---------------------|----------------------------------------------------------|---------------------------------------------------|
| label | rdfs:label | skos:prefLabel, dcterms:title | altr-ext:hasLabelPredicate |
| description | dcterms:description | skos:definition, dcterms:abstract | altr-ext:hasDescriptionPredicate |
| provenance | dcterms:provenance | dcterms:source | altr-ext:hasExplanationPredicate |
| other | (None) | schema:color | altr-ext:otherAnnotationProps |

## High Level Sequence

Expand Down

0 comments on commit bd3621b

Please sign in to comment.