enanomapper / ontologies

The eNanoMapper ontology
https://jbiomedsem.biomedcentral.com/articles/10.1186/s13326-015-0005-5
Other
16 stars 15 forks source link

Add SbD4Nano missing classes #365

Closed jmillanacosta closed 1 year ago

jmillanacosta commented 1 year ago

Reading the SbD4Nano deliverable D2.1 I found the following statement

Most triples have a Literal value as Object (indicated by the "A549 cells" quotes around the object). Where possible these are also annotated with ontology terms

I will go over the missing classes and add them

jmillanacosta commented 1 year ago
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>

SELECT DISTINCT ?literal WHERE {
  ?s rdf:type ?literal .

  FILTER (
    isLiteral(?literal)
  )
}

returns

Will close as not planned -not getting any interesting terms