You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I try to display different images or a diagrams for specific classes, properties or named individuals.
I tried this code:
edm-application-direction:EdmApplicationDirection a skos:ConceptScheme ;
rdfs:comment "Indicates the allowed direction of railway trafic. (example using rdfs:comment)"@en ;
rdfs:comment """ assets/logo_infrabel_1000px.png """;
skos:prefLabel "Application direction"@en ;
skos:definition "Direction of application of a location"@en ;
skos:example """ assets/logo_infrabel_1000px.png """;
skos:example "Indicates the allowed direction of railway trafic. (example using skos:example)"@en;
foaf:depiction """ assets/infrabel-topology.png """.
But the image doesn't display:
Describe the solution you'd like
Is there a way to display images, i dont find a solution on your best practice documentation.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
At the moment we don't support displaying images for individuals or other concepts (vann:example will add them in a turtle box highlight). A workaround may be 1) to include it in markdown in the description of the term, or 2) as a direct link to the full image file, which won't be displayed in the html but at least will open
Is your feature request related to a problem? Please describe.
I try to display different images or a diagrams for specific classes, properties or named individuals.
I tried this code:
edm-application-direction:EdmApplicationDirection a skos:ConceptScheme ;
rdfs:comment "Indicates the allowed direction of railway trafic. (example using rdfs:comment)"@en ;
rdfs:comment """ assets/logo_infrabel_1000px.png """;
skos:prefLabel "Application direction"@en ;
skos:definition "Direction of application of a location"@en ;
skos:example """ assets/logo_infrabel_1000px.png """;
skos:example "Indicates the allowed direction of railway trafic. (example using skos:example)"@en;
foaf:depiction """ assets/infrabel-topology.png """.
But the image doesn't display:
Describe the solution you'd like
Is there a way to display images, i dont find a solution on your best practice documentation.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: