Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentable viso #8

Open
wants to merge 29 commits into
base: builds/unstable
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fe73747
import viso-anno: to allow for rendering the complete docu with lode
janpolowinski Oct 9, 2015
d8d36b3
add complete anno and bibliography files from legacy ontology
janpolowinski Oct 9, 2015
af3aa7c
import original bibo
janpolowinski Oct 9, 2015
dfbb369
update version of main module
janpolowinski Oct 9, 2015
2fa18a4
typo criteria / criterion
janpolowinski Oct 9, 2015
cd93249
some clean up data module
janpolowinski Oct 9, 2015
4fd07bb
annotate main module
janpolowinski Oct 9, 2015
7211cc5
set up activity module as WIP
janpolowinski Oct 9, 2015
15a8210
include facts-empiric in docu
janpolowinski Oct 9, 2015
d49413c
fix typo Indented_List
janpolowinski Oct 9, 2015
26d94b4
fix some viso-graphic typos
janpolowinski Oct 10, 2015
4094aa5
add static viso main docu to have a more customised intro to VISO
janpolowinski Oct 10, 2015
390cb3e
typos
janpolowinski Oct 10, 2015
0f9d5bd
typo
janpolowinski Oct 10, 2015
34449a7
typos
janpolowinski Oct 12, 2015
377fbe6
move viso-graphic-resources from rvl to viso-graphic
janpolowinski Oct 12, 2015
5823a16
small fixes viso-graphic
janpolowinski Oct 13, 2015
895248e
move properties introduced for property-explorer organization
janpolowinski Oct 13, 2015
c327ab6
remove unused owl2xml syntax ns (which was temp)
janpolowinski Oct 14, 2015
b132748
comment on problem of displaying individuals
janpolowinski Oct 14, 2015
c8a0e80
comment on facts not shown in docu
janpolowinski Oct 14, 2015
614305f
sort helper file
janpolowinski Oct 14, 2015
47d8d43
fix links to resources in static viso main docu
janpolowinski Oct 15, 2015
3abcebb
complementing some viso-graphic concepts for better bootstrapping
janpolowinski Oct 17, 2015
7a4b29c
complete additions for a better bootstrap diagram
janpolowinski Oct 17, 2015
1b39e52
add main data classes by scale of measurement
janpolowinski Oct 27, 2015
ba98eb5
undo the fix ip setting and use localhost again
janpolowinski Oct 19, 2018
a442c0e
remove localhost from urls
janpolowinski Oct 24, 2018
01fec95
add google site verification
janpolowinski Nov 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
complete additions for a better bootstrap diagram
janpolowinski committed Oct 17, 2015
commit 7a4b29c7cd36f62c5bc536e38724f0cb3f1bdf5f
29 changes: 25 additions & 4 deletions src/main/resources/modules/graphic/viso-graphic.ttl
Original file line number Diff line number Diff line change
@@ -47,6 +47,8 @@ viso-graphic:Color
rdfs:label "Color" ;
rdfs:subClassOf viso-graphic:Color_Attribute .

viso-graphic:Color_Attribute
rdfs:subClassOf viso-graphic:Named_Visual_Attribute .

viso-graphic:Containment_Relation
rdf:type owl:Class ;
@@ -113,10 +115,10 @@ viso-graphic:GraphicRelation
dct:description "A relation between two graphic objects or an attribute that can be used to express something graphically. "^^xsd:string .


viso-graphic:Graphic_Multiple
rdf:type owl:Class ;
rdfs:label "Graphic Multiple" ;
rdfs:subClassOf viso-graphic:Multi_Panel_Display .
#viso-graphic:Graphic_Multiple
# rdf:type owl:Class ;
# rdfs:label "Graphic Multiple" ;
# rdfs:subClassOf viso-graphic:Multi_Panel_Display .

viso-graphic:Graphic_Object
rdf:type owl:Class ;
@@ -307,6 +309,15 @@ viso-graphic:Shape
rdfs:subClassOf viso-graphic:Spatial_Attribute ;
.

viso-graphic:Spatial_Attribute
rdfs:subClassOf viso-graphic:Named_Visual_Attribute .

viso-graphic:Spatial_Reference_Object
rdfs:subClassOf viso-graphic:Reference_Object .

viso-graphic:Static_Graphic_Representation
rdfs:subClassOf viso-graphic:Graphic_Representation .

viso-graphic:Superimposition_Relation
rdf:type owl:Class ;
rdfs:label "Superimposition"^^xsd:string ;
@@ -322,6 +333,16 @@ viso-graphic:Time_Chart
rdfs:subClassOf viso-graphic:Graphic_Representation ;
.

viso-graphic:Named_Visual_Attribute
rdf:type owl:Class ;
rdfs:label "Named Visual Attribute" ;
dct:description "Discrete named values a visual attribute may take."^^xsd:string ;
swstatus:term_status
"stable"^^xsd:string ;
skos:example "Instances: Red, Green, Blue, Big, Small, Dark, Round, ..."^^xsd:string , "Sub-classes: Color, Shape, Texture, ..."^^xsd:string ;
skos:historyNote "Values are now modeled as instances of subclasses of Named_Visual_Attribute. (E.g., \"big\" instance of \"Size\"). There is no superclass \"visual means\" anymore, since that would imply \"Red\" is a Visual Means as well which was conterintuitive. We actually only want Color to be a visual means. It was decided to create only the class \"Visual Attribute\", but no class \"Visual Attribute Value\", since its individual members are these values! Additionally there are values of continuous versions of these attributes (e.g. size = 13.45 vs. size = Big), stored as literals with the appropriate datatype. The visual attributes and relations that are used to map onto in a visual encoding mapping, are modelled as rdf:Properties. Cf. skos:related resources."^^xsd:string ;
skos:related viso-graphic:GraphicAttribute .

viso-graphic:Visual_Value_List
rdfs:label "Visual Value List"@en ;
a rdfs:Class ;