Skip to content

Commit d32e899

Browse files
turbomamclaude
andcommitted
Address second Copilot round: precise xsd:boolean phrasing, canonical pullLocation URL
Reword to 'give owl:deprecated a typed xsd:boolean value rather than an untyped string literal' (the datatype types the value, not the predicate); use the canonical raw GitHub main URL for pullLocation. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 061d40e commit d32e899

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,10 @@ sh run.sh make <target>
506506
### ROBOT report: run the default profile for the true dashboard state
507507

508508
The repo's custom ROBOT report profile can report "No violations" while the
509-
**default** ROBOT profile still flags thousands of findings. Typing
510-
`owl:deprecated` as `^^xsd:boolean` (PR #467) let ROBOT recognize the
511-
deprecated terms and cleared most of them, but to see the true OBO-dashboard
509+
**default** ROBOT profile still flags thousands of findings. Giving
510+
`owl:deprecated` a typed `xsd:boolean` value rather than the earlier untyped
511+
string literal (PR #467) let ROBOT recognize the deprecated terms and cleared
512+
most of them, but to see the true OBO-dashboard
512513
state run `robot report` with the DEFAULT profile, not the custom one.
513514

514515
### Scope: exactly four source-bound databases
@@ -546,8 +547,8 @@ Before opening a significant PR, show the OWL-level delta vs main (run from
546547

547548
### BioPortal is pull-based
548549

549-
BioPortal is configured with
550-
`pullLocation: https://raw.githubusercontent.com/berkeleybop/metpo/refs/heads/main/metpo.owl`.
550+
BioPortal pulls the repo-root `metpo.owl` from raw GitHub `main`
551+
(`https://raw.githubusercontent.com/berkeleybop/metpo/main/metpo.owl`).
551552
Its poller runs nightly and creates a new submission whenever that content
552553
changes, so a tagged release propagates within about 24 hours with no manual
553554
web-UI re-submission. The default

0 commit comments

Comments
 (0)