-
Each ontology term should have `rdfs:isDefinedBy` to the ontology node.
This allows sem.web crawlers that stumble upon a CIM term, to discover the whole CIM ontology.
https://github.com/Sveino/Ins…
-
Ich würde keine leeren Strings (bzw. Leerzeichen) als noch fehlende Labels und Comments nutzen. Stattdessen sollten die entsprechende Triple einfach ganz wegfallen.
Also statt:
```turtle
berorg…
-
```sparql
PREFIX rdfs:
select * {
?x rdfs:label ?label
filter not exists {?x rdfs:comment ?comment}
}
```
The following 8 terms have label but no comment:
| | x …
-
pyLODE v2 supports ontologies that use `rdfs:Class` and `owl:Class`. However testing with v3 appears to only support `owl:Class`. Is this a choice that has been made with the development of pyLODE or …
-
In the current conversion specs, bf:immediateAcquisition has a domain of bf:Item.
However, the current specifications map it also a bf:Instance so the domain needs to be updated or removed.
```
…
-
See comment here: https://github.com/monarch-initiative/mondo/pull/8432#issuecomment-2493386699
## _Bug_:
There are
- pairs of Mondo classes with a direct subclass relation
- both exact ma…
-
When I use RiC-O Converter 2.0.2 to convert the whole of the EAC authority records of the AnF, I get a `FRAN_places.rdf` file where, for several instances of `rico:Place`, several `rico:hasOrHadLocat…
-
CRM has ["Properties of Properties"](https://cidoc-crm.org/html/cidoc_crm_v7.1.3.html#tableOfPropertiesOfProperties), also called ".1 Properties", that describe a statement. These properties currently…
-
Currently this is not getting added to instances. It requires use of the `all` value for the `definedBy` action, but I don't currently see a way to invoke that in the config file (as opposed to on the…
-
For the needs of the "Pest and Disease Mgmt service" we need to model the reply of the service (REST API) in OCSM format.
The reply should contain:
a) The type of the pest/disease that the predict…