@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix wi: <http://purl.org/ontology/wi/core#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wo: <http://purl.org/ontology/wo/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix scovo: <http://purl.org/NET/scovo#> .

<http://purl.org/ontology/wi/core#> a owl:Ontology ;
	dc:creator <http://danbri.org/foaf.rdf#danbri> , <http://foaf.me/zazi#me> , <http://sw.deri.org/~sheila/foaf.rdf#me> , <http://swordfish.rdfweb.org/people/libby/rdfweb/webwho.xrdf#me> , <http://tobyinkster.co.uk/#i> , <http://www.johnbreslin.com/foaf/foaf.rdf#me> , "Danica Damljanovic"^^xsd:string , "Yan Wang"^^xsd:string , "Yi Zeng"^^xsd:string , "Zhisheng Huang"^^xsd:string ;
	dc:date "2010-09-14T15:20:52+01:00"^^xsd:dateTime ;
	dc:description "A vocabulary for describing preferences (interests) within contexts, their temporal dynamics and their origin"@en ;
	dc:title "Weighted Interests Vocabulary"@en ;
	vann:preferredNamespacePrefix "wi" ;
	vann:preferredNamespaceUri "http://purl.org/ontology/wi/core#" ;
	owl:imports <http://purl.org/NET/c4dm/event.owl> , <http://purl.org/NET/scovo> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://purl.org/ontology/wo/core> , <http://purl.org/vocab/vann/> , <http://www.w3.org/2003/06/sw-vocab-status/ns> , <http://www.w3.org/2006/time> , <http://xmlns.com/foaf/0.1/> ;
	owl:versionInfo "0.5"^^xsd:decimal .

wi:ExplicitMining a scovo:Dimension ;
	dc:description "An explicitly mined user interest"@en ;
	dc:title "Explicit Mining"@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	status:term_status "testing"@en .

wi:ImplicitMining a scovo:Dimension ;
	dc:description "An implicitly mined user interest"@en ;
	dc:title "Implicit Mining"@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	status:term_status "testing"@en .

wi:InterestDynamics a owl:Class , rdfs:Class ;
	rdfs:comment "An event concept for describing dynamics of interests, e.g. weight changes, periods of interest."@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "Interest Dynamics"@en ;
	rdfs:subClassOf wo:Weight ;
	status:term_status "testing"@en .

wi:WeightedInterest a rdfs:Class , owl:Class ;
	rdfs:comment "A weighted interest object, which also can have interest dynamics etc."@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "Weighted Interest"@en ;
	rdfs:subClassOf scovo:Item ;
	status:term_status "unstable"@en .

wi:agent a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "A link from a mined interest to the related person"@en ;
	rdfs:domain wi:WeightedInterest ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has agent"@en ;
	rdfs:range foaf:Agent ;
	owl:inverseOf wi:preference ;
	status:term_status "testing"@en .

wi:appear_time a rdf:Property , owl:ObjectProperty ;
	rdfs:comment "The time when the interest appears in a certain kind of scenario."@en ;
	rdfs:domain _:node17168m76ex9 .

_:node17168m76ex9 a owl:Class ;
	owl:unionOf _:node17168m76ex10 .

_:node17168m76ex10 rdf:first wi:WeightedInterest ;
	rdf:rest _:node17168m76ex11 .

_:node17168m76ex11 rdf:first wi:InterestDynamics ;
	rdf:rest rdf:nil .

wi:appear_time rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has appear time"@en ;
	rdfs:subPropertyOf event:time ;
	status:term_status "testing"@en .

wi:attention_duration a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "An interval of attention for an interest."@en ;
	rdfs:domain wi:WeightedInterest ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has attention duration"@en ;
	rdfs:range time:Interval ;
	rdfs:subPropertyOf event:time ;
	status:term_status "testing"@en .

wi:evidence a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "A link between a context and evidence supporting the interpretation of preferences in a context"@en ;
	rdfs:domain _:node17168m76ex12 .

_:node17168m76ex12 a owl:Class ;
	owl:unionOf _:node17168m76ex13 .

_:node17168m76ex13 rdf:first wi:WeightedInterest ;
	rdf:rest _:node17168m76ex14 .

_:node17168m76ex14 rdf:first wi:InterestDynamics ;
	rdf:rest rdf:nil .

wi:evidence rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has evidence"@en ;
	rdfs:subPropertyOf event:factor ;
	status:term_status "unstable"@en .

wi:interest_dynamics a rdf:Property , owl:ObjectProperty ;
	rdfs:comment "To relate a weighted interest to its temporal dynamics."@en ;
	rdfs:domain wi:WeightedInterest ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has interest dynamics"@en ;
	rdfs:range wi:InterestDynamics ;
	rdfs:subPropertyOf event:sub_event ;
	status:term_status "testing"@en .

wi:longest_duration a rdf:Property , owl:ObjectProperty ;
	rdfs:comment "The longest continuous interval of attention for an interest, e.g. for an interest, if it appears in the following years: 1990, 1991, 1995, 1996, 1997, 1998, 2001, then the longest duration is 4 years."@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has longest duration"@en ;
	rdfs:subPropertyOf wi:attention_duration ;
	status:term_status "testing"@en .

wi:not_interested_in a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "A link between an agent and a topic of no interest to them"@en ;
	rdfs:domain foaf:Agent ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "is not interested in"@en ;
	status:term_status "unstable"@en .

wi:overall_weight a owl:ObjectProperty , rdf:Property , owl:FunctionalProperty ;
	rdfs:comment "This weight reflects the overall interest in a topic and should be different from the actual weight of interest."@en ;
	rdfs:domain wi:WeightedInterest ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has overall weight"@en ;
	rdfs:subPropertyOf wo:weight ;
	status:term_status "testing"@en .

wi:preference a rdf:Property , owl:ObjectProperty ;
	rdfs:comment "A link between an agent and a weighted interest"@en ;
	rdfs:domain foaf:Agent ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has preference"@en ;
	rdfs:range wi:WeightedInterest ;
	status:term_status "unstable"@en .

wi:statistical_item a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "A link from an interest to statistics about itself"@en ;
	rdfs:domain wi:WeightedInterest ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has statistical item"@en ;
	rdfs:range scovo:Item ;
	status:term_status "testing"@en .

wi:topic a rdf:Property , owl:ObjectProperty ;
	rdfs:comment "A topic of the weighted interest"@en ;
	rdfs:domain wi:WeightedInterest ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has topic"@en ;
	rdfs:subPropertyOf dcterms:subject ;
	status:term_status "unstable"@en .

wi:ultimative_duration a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "The overall duration of attention for an interest, e.g. for an interest, if it appears in the following years: 1990, 1991, 1995, 1996, 1997, 1998, 2001, then the longest duration is 7 years."@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wi/core#> ;
	rdfs:label "has ultimative duration"@en ;
	rdfs:subPropertyOf wi:attention_duration ;
	status:term_status "testing"@en .

foaf:topic_interest owl:propertyChainAxiom _:node17168m76ex15 .

_:node17168m76ex15 rdf:first wi:preference ;
	rdf:rest _:node17168m76ex16 .

_:node17168m76ex16 rdf:first wi:topic ;
	rdf:rest rdf:nil .
