From bd3621b0f05b6af74427bc9706037679979bad02 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 22 Jun 2023 10:24:16 +1000 Subject: [PATCH] Fix README-Dev.md table markdown --- README-Dev.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README-Dev.md b/README-Dev.md index e380ee90..046d4b9f 100644 --- a/README-Dev.md +++ b/README-Dev.md @@ -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