italia / daf-ontologie-vocabolari-controllati

Elenco di ontologie e vocabolari controllati. Per maggiori informazioni, si veda il readme principale e quello di singoli vocabolari/ontologie, ove presente, e la seguente documentazione
https://github.com/italia/daf-ontologie-vocabolari-controllati/wiki
Creative Commons Attribution 4.0 International
80 stars 52 forks source link

Resource URL when rdfs:Literal expected in AtlasOfPaths #123

Closed ioggstream closed 3 years ago

ioggstream commented 3 years ago

I expect

rdfs:Literal

Instead

resource URL

https://github.com/italia/daf-ontologie-vocabolari-controllati/blob/master/Ontologie/AtlasOfPaths/latest/AtlasOfPaths-AP_IT.ttl#L33

giorgialodi commented 3 years ago

No @ioggstream this is correct. It is a mechanism to show a UML or graffoo diagram for the ontology. See definition of dct:description "Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource"

ioggstream commented 2 years ago

Maybe the jena parser expects that this URL is passed as a quoted string, eg "https://....png" and not as a < ... > resource?

I am not saying that it's wrong to pass the URL of an image, or a byte-sequence of an image: just that jena seems to raise a syntactic - non semantic - issue.