-
The OpenActive specification is currently defined using 4 divergent combinations of meta vocabularies:
- RDFS / meta.schema.org = schema.org
- RDFS / owl = OpenActive namespace
- RDFS / schema.org …
-
The TRS 1.0 specification did not define a trs:Base class, but rather referred to the object of a trs:base predicate as an "RDF container". The Base Resources does not specify and rdf:type for the bas…
-
Let's do some checks related to #113
- [ ] 3 prop pairs lack proper `cims:AssociationUsed`:
```sparql
PREFIX cims:
PREFIX owl:
select * {
?x owl:inverseOf ?y.
filter (!(
exi…
-
*Probably caused by #55.*
The definition of [carbon dioxide equivalent mass unit](http://www.ontology-of-units-of-measure.org/resource/om-2/CarbonDioxideEquivalentMassUnit) is problematic.
![om-is…
-
As expected, querying a datacube (A) without specifying a language and (B) with specifying `""` as language do not behave the same way.
#### A
```sparql
OPTIONAL {
?raum (rdfs:label|skos:p…
-
In JSONLD, should we shorten prop names like this:
```
{
id: foo,
type: ACDCConverterController,
ACDCConverter: bar
},
{
id: baz,
type: ACDCConverterAction,
ACDCConverter: bar
}…
-
Currently in the Target Model, we don't document the labeling of the nodes (`E1->rdfs:label->rdfs:Literal`). In fact we mention:
> Labels can be attached to any resource across the target model an…
illip updated
3 years ago
-
Example: http://www.ebi.ac.uk/ols/ontologies/plana/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FPLANA_0000028
From https://groups.google.com/forum/#!topic/obo-discuss/Fsb0zQJqKS0
Hello All…
-
I'm running a docker instance of wikibase and wdqs according to the wmde docker-compose file (with customization).
I've added WikibaseRDF extension and have gotten it to work locally. As in, I can cr…
-
Vowl marks all classes in SNOMED.owl as external. The reason is that vowl check it like this:
```
class ImportedChecker{
public void execute() {
//......
vowlData.getEntityMap()…