@prefix : .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix rdfs: .
@base .
rdf:type owl:Ontology .
#################################################################
#
# Object Properties
#
#################################################################
### http://wba.cs.hs-rm.de/AbRUPt/hasBaseColor
:hasBaseColor rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :BaseColor ;
rdfs:domain :Page .
### http://wba.cs.hs-rm.de/AbRUPt/hasBlur
:hasBlur rdf:type owl:ObjectProperty ;
rdfs:range :Blur ;
rdfs:domain :Visit ;
rdfs:subPropertyOf :hasPageView .
### http://wba.cs.hs-rm.de/AbRUPt/hasButton
:hasButton rdf:type owl:ObjectProperty ;
rdfs:range :Button ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasCheckbox
:hasCheckbox rdf:type owl:ObjectProperty ;
rdfs:range :Checkbox ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasColor
:hasColor rdf:type owl:ObjectProperty ;
rdfs:range :Color ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasContent
:hasContent rdf:type owl:ObjectProperty ;
rdfs:range :Content ;
rdfs:domain :Visit ;
rdfs:subPropertyOf :hasPageView .
### http://wba.cs.hs-rm.de/AbRUPt/hasDate
:hasDate rdf:type owl:ObjectProperty ;
rdfs:range :Date ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasDatetime
:hasDatetime rdf:type owl:ObjectProperty ;
rdfs:range :Datetime ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasDatetime-local
:hasDatetime-local rdf:type owl:ObjectProperty ;
rdfs:range :Datetime-local ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasEmail
:hasEmail rdf:type owl:ObjectProperty ;
rdfs:range :Email ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasFile
:hasFile rdf:type owl:ObjectProperty ;
rdfs:range :File ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasFocus
:hasFocus rdf:type owl:ObjectProperty ;
rdfs:range :Focus ;
rdfs:domain :Visit ;
rdfs:subPropertyOf :hasPageView .
### http://wba.cs.hs-rm.de/AbRUPt/hasForm
:hasForm rdf:type owl:InverseFunctionalProperty ,
owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :Form ;
rdfs:domain :Page ;
rdfs:subPropertyOf :hasHtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasFormElement
:hasFormElement rdf:type owl:InverseFunctionalProperty ,
owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:domain :Form ;
rdfs:range :FormElement ;
rdfs:subPropertyOf :hasHtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasHidden
:hasHidden rdf:type owl:ObjectProperty ;
rdfs:range :Hidden ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasHtmlElement
:hasHtmlElement rdf:type owl:ObjectProperty ;
rdfs:range :HtmlElement ;
rdfs:domain :Page .
### http://wba.cs.hs-rm.de/AbRUPt/hasImage
:hasImage rdf:type owl:ObjectProperty ;
rdfs:range :Image ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasLink
:hasLink rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :Link ;
rdfs:domain :Page ;
rdfs:subPropertyOf :hasHtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasMonth
:hasMonth rdf:type owl:ObjectProperty ;
rdfs:range :Month ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasNumber
:hasNumber rdf:type owl:ObjectProperty ;
rdfs:range :Number ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasOption
:hasOption rdf:type owl:ObjectProperty ;
rdfs:range :Option ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasPage
:hasPage rdf:type owl:InverseFunctionalProperty ,
owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :Page ;
rdfs:domain :Website .
### http://wba.cs.hs-rm.de/AbRUPt/hasPageView
:hasPageView rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :PageView ;
rdfs:domain :Visit .
### http://wba.cs.hs-rm.de/AbRUPt/hasPageVisit
:hasPageVisit rdf:type owl:ObjectProperty ;
rdfs:domain :Page ;
rdfs:range :Visit .
### http://wba.cs.hs-rm.de/AbRUPt/hasPassword
:hasPassword rdf:type owl:ObjectProperty ;
rdfs:range :Password ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasPicture
:hasPicture rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:domain :Page ;
rdfs:range :Picture ;
rdfs:subPropertyOf :hasHtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasRadio
:hasRadio rdf:type owl:ObjectProperty ;
rdfs:range :Radio ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasRange
:hasRange rdf:type owl:ObjectProperty ;
rdfs:range :Range ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasReset
:hasReset rdf:type owl:ObjectProperty ;
rdfs:range :Reset ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasScroll
:hasScroll rdf:type owl:ObjectProperty ;
rdfs:range :Scroll ;
rdfs:domain :Visit ;
rdfs:subPropertyOf :hasPageView .
### http://wba.cs.hs-rm.de/AbRUPt/hasSearch
:hasSearch rdf:type owl:ObjectProperty ;
rdfs:range :Search ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasSelect
:hasSelect rdf:type owl:ObjectProperty ;
rdfs:range :Select ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasState
:hasState rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:domain :Page ;
rdfs:range :State .
### http://wba.cs.hs-rm.de/AbRUPt/hasSubject
:hasSubject rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:domain :Page ;
rdfs:range :Subject .
### http://wba.cs.hs-rm.de/AbRUPt/hasSubmit
:hasSubmit rdf:type owl:ObjectProperty ;
rdfs:range :Submit ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasTel
:hasTel rdf:type owl:ObjectProperty ;
rdfs:range :Tel ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasText
:hasText rdf:type owl:ObjectProperty ;
rdfs:range :Text ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasTextarea
:hasTextarea rdf:type owl:ObjectProperty ;
rdfs:range :Textarea ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasTime
:hasTime rdf:type owl:ObjectProperty ;
rdfs:range :Time ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasUrl
:hasUrl rdf:type owl:ObjectProperty ;
rdfs:range :Url ;
rdfs:subPropertyOf :hasFormElement .
### http://wba.cs.hs-rm.de/AbRUPt/hasVisit
:hasVisit rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :Visit ;
rdfs:domain :Visitor .
### http://wba.cs.hs-rm.de/AbRUPt/hasVisitor
:hasVisitor rdf:type owl:IrreflexiveProperty ,
owl:ObjectProperty ;
rdfs:range :Visitor ;
rdfs:domain :Website .
### http://wba.cs.hs-rm.de/AbRUPt/hasWeek
:hasWeek rdf:type owl:ObjectProperty ;
rdfs:range :Week ;
rdfs:subPropertyOf :hasFormElement .
#################################################################
#
# Data properties
#
#################################################################
### http://wba.cs.hs-rm.de/AbRUPt/bigwords
:bigwords rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/blue
:blue rdf:type owl:DatatypeProperty ;
rdfs:domain :BaseColor ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/class
:class rdf:type owl:DatatypeProperty ;
rdfs:domain :HtmlElement ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/classLimit
:classLimit rdf:type owl:DatatypeProperty ;
rdfs:domain :Subject ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/client
:client rdf:type owl:DatatypeProperty ;
rdfs:domain :Visitor ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/colorfulness
:colorfulness rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/cols
:cols rdf:type owl:DatatypeProperty ;
rdfs:domain :Textarea ;
rdfs:range xsd:nonNegativeInteger .
### http://wba.cs.hs-rm.de/AbRUPt/contentlength
:contentlength rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/contrast
:contrast rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/datetime
:datetime rdf:type owl:DatatypeProperty ;
rdfs:domain :PageView ;
rdfs:range xsd:dateTime .
### http://wba.cs.hs-rm.de/AbRUPt/depth
:depth rdf:type owl:DatatypeProperty ;
rdfs:domain :Subject ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/differenceMatrix
:differenceMatrix rdf:type owl:DatatypeProperty .
### http://wba.cs.hs-rm.de/AbRUPt/duration
:duration rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/entertime
:entertime rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/errorcode
:errorcode rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/filename
:filename rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/frequency
:frequency rdf:type owl:DatatypeProperty ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/geometry
:geometry rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/green
:green rdf:type owl:DatatypeProperty ;
rdfs:domain :BaseColor ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/horizontalBalance
:horizontalBalance rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/horizontalSymmetry
:horizontalSymmetry rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/host
:host rdf:type owl:DatatypeProperty ;
rdfs:domain :Visitor ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/hostName
:hostName rdf:type owl:DatatypeProperty ;
rdfs:domain :Website ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/href
:href rdf:type owl:DatatypeProperty ;
rdfs:domain :Link ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/httpcommand
:httpcommand rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/httpversion
:httpversion rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/hue
:hue rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/id
:id rdf:type owl:DatatypeProperty ;
rdfs:domain :HtmlElement ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/imageType
:imageType rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/imgAreaInPixelSquared
:imgAreaInPixelSquared rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/imgDocumentTagPercentage
:imgDocumentTagPercentage rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/imgDocumentTagRatio
:imgDocumentTagRatio rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/inputname
:inputname rdf:type owl:DatatypeProperty ;
rdfs:domain :Content ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/ip
:ip rdf:type owl:DatatypeProperty ;
rdfs:domain :Visitor ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/leavetime
:leavetime rdf:type owl:DatatypeProperty .
### http://wba.cs.hs-rm.de/AbRUPt/matrix
:matrix rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/maxlength
:maxlength rdf:type owl:DatatypeProperty ;
rdfs:domain :FormElement ;
rdfs:range xsd:nonNegativeInteger .
### http://wba.cs.hs-rm.de/AbRUPt/mimeType
:mimeType rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/mimetype
:mimetype rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/name
:name rdf:type owl:DatatypeProperty ;
rdfs:domain :FormElement ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/nontextArea
:nontextArea rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/numberOfImageAreas
:numberOfImageAreas rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/numberOfLeaves
:numberOfLeaves rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/numberOfLinks
:numberOfLinks rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:int .
### http://wba.cs.hs-rm.de/AbRUPt/numberOfTextGroups
:numberOfTextGroups rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/onclick
:onclick rdf:type owl:DatatypeProperty ;
rdfs:domain :HtmlElement ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/pageHeightInPixel
:pageHeightInPixel rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/pageLanguage
:pageLanguage rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/pageName
:pageName rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/pageSizeInPixelSquared
:pageSizeInPixelSquared rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/pageWidthInPixel
:pageWidthInPixel rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/palette
:palette rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/phpsessionid
:phpsessionid rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/pictureFileName
:pictureFileName rdf:type owl:DatatypeProperty ;
rdfs:domain :Picture ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/placeholder
:placeholder rdf:type owl:DatatypeProperty ;
rdfs:domain :FormElement ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/plaintext
:plaintext rdf:type owl:DatatypeProperty ;
rdfs:domain :Link ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/priority
:priority rdf:type owl:DatatypeProperty ;
rdfs:domain :Problem ;
rdfs:range xsd:nonNegativeInteger .
### http://wba.cs.hs-rm.de/AbRUPt/ratios
:ratios rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/readability
:readability rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/readabilityLanguage
:readabilityLanguage rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/red
:red rdf:type owl:DatatypeProperty ;
rdfs:domain :BaseColor ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/referrer
:referrer rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/required
:required rdf:type owl:DatatypeProperty ;
rdfs:domain :FormElement ;
rdfs:range xsd:boolean .
### http://wba.cs.hs-rm.de/AbRUPt/rows
:rows rdf:type owl:DatatypeProperty ;
rdfs:domain :Textarea ;
rdfs:range xsd:nonNegativeInteger .
### http://wba.cs.hs-rm.de/AbRUPt/sentences
:sentences rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/size
:size rdf:type owl:DatatypeProperty ;
rdfs:domain :Input ;
rdfs:range xsd:nonNegativeInteger .
### http://wba.cs.hs-rm.de/AbRUPt/state
:state rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/subjectLanguage
:subjectLanguage rdf:type owl:DatatypeProperty ;
rdfs:domain :Subject ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/syllables
:syllables rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/textArea
:textArea rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/textReadingTime
:textReadingTime rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/type
:type rdf:type owl:DatatypeProperty ;
rdfs:domain :Input ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/uri
:uri rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/username
:username rdf:type owl:DatatypeProperty ;
rdfs:domain :Visitor ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/value
:value rdf:type owl:DatatypeProperty ;
rdfs:domain :FormElement .
### http://wba.cs.hs-rm.de/AbRUPt/vicramComplexity
:vicramComplexity rdf:type owl:DatatypeProperty ;
rdfs:domain :State ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/visitDuration
:visitDuration rdf:type owl:DatatypeProperty ;
rdfs:domain :Visit ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/visualComplexity
:visualComplexity rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:decimal .
### http://wba.cs.hs-rm.de/AbRUPt/vizweb
:vizweb rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/websiteName
:websiteName rdf:type owl:DatatypeProperty ;
rdfs:domain :Website ;
rdfs:range xsd:string .
### http://wba.cs.hs-rm.de/AbRUPt/wordLimit
:wordLimit rdf:type owl:DatatypeProperty ;
rdfs:domain :Subject ;
rdfs:range xsd:integer .
### http://wba.cs.hs-rm.de/AbRUPt/words
:words rdf:type owl:DatatypeProperty ;
rdfs:domain :Page ;
rdfs:range xsd:integer .
#################################################################
#
# Classes
#
#################################################################
### http://wba.cs.hs-rm.de/AbRUPt/BaseColor
:BaseColor rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Blur
:Blur rdf:type owl:Class ;
rdfs:subClassOf :PageView .
### http://wba.cs.hs-rm.de/AbRUPt/Button
:Button rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Checkbox
:Checkbox rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Color
:Color rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Content
:Content rdf:type owl:Class ;
rdfs:subClassOf :PageView .
### http://wba.cs.hs-rm.de/AbRUPt/Date
:Date rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Datetime
:Datetime rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Datetime-local
:Datetime-local rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Email
:Email rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/File
:File rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Focus
:Focus rdf:type owl:Class ;
rdfs:subClassOf :PageView .
### http://wba.cs.hs-rm.de/AbRUPt/Form
:Form rdf:type owl:Class ;
rdfs:subClassOf :HtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/FormElement
:FormElement rdf:type owl:Class ;
rdfs:subClassOf :HtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/Hidden
:Hidden rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/HtmlElement
:HtmlElement rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Image
:Image rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Input
:Input rdf:type owl:Class ;
rdfs:subClassOf :FormElement .
### http://wba.cs.hs-rm.de/AbRUPt/Link
:Link rdf:type owl:Class ;
rdfs:subClassOf :HtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/Month
:Month rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Number
:Number rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Option
:Option rdf:type owl:Class ;
rdfs:subClassOf :FormElement .
### http://wba.cs.hs-rm.de/AbRUPt/Page
:Page rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/PageView
:PageView rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Password
:Password rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Picture
:Picture rdf:type owl:Class ;
rdfs:subClassOf :HtmlElement .
### http://wba.cs.hs-rm.de/AbRUPt/Problem
:Problem rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Radio
:Radio rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Range
:Range rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Reset
:Reset rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Scroll
:Scroll rdf:type owl:Class ;
rdfs:subClassOf :PageView .
### http://wba.cs.hs-rm.de/AbRUPt/Search
:Search rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Select
:Select rdf:type owl:Class ;
rdfs:subClassOf :FormElement .
### http://wba.cs.hs-rm.de/AbRUPt/State
:State rdf:type owl:Class ;
rdfs:subClassOf :Page .
### http://wba.cs.hs-rm.de/AbRUPt/Subject
:Subject rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Submit
:Submit rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Tel
:Tel rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Text
:Text rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Textarea
:Textarea rdf:type owl:Class ;
rdfs:subClassOf :FormElement .
### http://wba.cs.hs-rm.de/AbRUPt/Time
:Time rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Url
:Url rdf:type owl:Class ;
rdfs:subClassOf :Input .
### http://wba.cs.hs-rm.de/AbRUPt/Visit
:Visit rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Visitor
:Visitor rdf:type owl:Class .
### http://wba.cs.hs-rm.de/AbRUPt/Website
:Website rdf:type owl:Class ;
owl:hasKey ( :hostName
) .
### http://wba.cs.hs-rm.de/AbRUPt/Week
:Week rdf:type owl:Class ;
rdfs:subClassOf :Input .
### Generated by the OWL API (version 3.4.2) http://owlapi.sourceforge.net