-
In regard to internationalization, the logic for applying language tags needs work for parallel-script fields (880), e.g. with translations or parallel titles.
**Incorrect Language Tags and Script …
-
I made a new issue since #3 is closed. When parsing an RDF graph containing cardinality, for example:
```
1
…
-
Electrical conductivity is measured under DC or AC field conditions. If DC, only a voltage is provided. If AC, voltage (peak or RMS) is provided along with frequency.
Previously, the `sio:Attribute…
-
Dimension mapping uses `rdf:value`.
However, it should use `crm:P90_has_value` that is specifically dedicated to that purpose.
It's also shown in CRM-graphical: http://personal.sirma.bg/vladimir/crm…
-
Since we handle so much in the realm of annotation, I think the default RERUM `context.json` should have the handlers for the supported types of Web Annotation. We should default to IIIF's level of s…
-
RDF(S) entailment is about inferring different properties of an RDF graph. For example, given:
```
A rdfs:subClassOf B .
B rdfs:subClassOf C .
```
it is possible to infer the triple:
```
A rdfs:sub…
-
From unmapped_doid_lex.tsv (230930)
Some DO terms are mapped to a Mondo term even though the Mondo term already has an exact match to another DO term.
This is probably due to a difference in lump…
-
Currently, each subclass requires its own `sparql` file(s). This could/should(?) be generalised for cases with multiple subclasses which require the same `sparql` query, e.g. for `OntoBuiltEnv`:
```
…
-
i think there are 2000000 rdfs in freebase 2M, i load it by:
ld_dir('/home/ubuntu/dataset2', 'freebase-FB2M.txt', 'http://www.freebase.com');
rdf_loader_run();
after 5 hours, it still runing, and l…
-
When sending a query to callimachus' sparql endpoint that defines common prefixes such as RDFS, callimachus returns an error
```
org.openrdf.query.MalformedQueryException: Multiple prefix declaration…