@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix viso: <http://purl.org/viso/> .
@prefix viso-data: <http://purl.org/viso/data/> .
@prefix viso-facts: <http://purl.org/viso/facts/> .
@prefix viso-graphic: <http://purl.org/viso/graphic/> .
@prefix viso-system: <http://purl.org/viso/system/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://purl.org/viso/>
    dct:creator viso:FabianPrager, viso:JanPolowinski, viso:MartinVoigt ;
    dct:description """The Visualisation Ontology (VISO) defines concepts and relations from the field of graphics and visualisation. The ontology is split into several modules, each being concerned with a specific field of visualisation. These modules include the graphic module, the data module and the facts module and other modules such as activities and system context modules.  

<img title=\"VISO modules\" src=\"http://www-st.inf.tu-dresden.de/semvis/ontologies/viso/img/viso-modules.png\"/>"""^^xsd:string ;
    a owl:Ontology ;
    rdfs:label "Visualisation Ontology (VISO)"@en, "Visualisierungsontologie (VISO)"@de ;
    owl:imports <http://purl.org/viso/data/>, <http://purl.org/viso/facts/>, <http://purl.org/viso/graphic/> ;
    owl:versionInfo "0.6"^^xsd:string .

viso:FabianPrager
    a dct:Agent ;
    rdfs:label "Fabian Prager"^^xsd:string .

viso:JanPolowinski
    a dct:Agent ;
    rdfs:label "Jan Polowinski"^^xsd:string .

viso:MartinVoigt
    a dct:Agent ;
    rdfs:label "Martin Voigt"^^xsd:string .

