Skip to content

Instantly share code, notes, and snippets.

@elf-pavlik
Created March 8, 2016 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elf-pavlik/d2fc1b0430cf031b35b5 to your computer and use it in GitHub Desktop.
Save elf-pavlik/d2fc1b0430cf031b35b5 to your computer and use it in GitHub Desktop.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <http://purl.org/vocab/vann/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<http://purl.org/ontology/cco/core#>
a owl:Ontology ;
dc11: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 ;
dc11:date "2010-09-26T12:16:52+01:00"^^xsd:dateTime ;
dc11:description "A vocabulary for describing cognitive pattern within contexts, their temporal dynamics and their origins"@en ;
dc11:title "Cognitive Characteristics Ontology"@en ;
ns0:preferredNamespacePrefix "cco" ;
ns0:preferredNamespaceUri "http://purl.org/ontology/cco/core#" ;
owl:imports <http://purl.org/NET/c4dm/event.owl>, <http://purl.org/NET/scovo>, dc11:, dc:, <http://purl.org/ontology/ao/core>, <http://purl.org/ontology/wo/core>, ns0:, <http://www.w3.org/2003/06/sw-vocab-status/ns>, <http://www.w3.org/2006/time>, foaf: ;
owl:versionInfo 0.2 .
<http://purl.org/ontology/cco/core#CharacteristicDynamics>
a owl:Class, rdfs:Class ;
rdfs:comment "An event concept for describing dynamics of characteristics, e.g. weight changes, periods of interest."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "Characteristic Dynamics"@en ;
rdfs:subClassOf <http://purl.org/ontology/wo/core#Weight> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#CognitiveCharacteristic>
a rdfs:Class, owl:Class ;
rdfs:comment "A cognitive characteristic object, which also can have weightings and characteristic dynamics etc. for describing a cognitive pattern."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "Cognitive Characteristic"@en ;
rdfs:subClassOf <http://purl.org/NET/scovo#Item> ;
ns1:term_status "unstable"@en .
<http://purl.org/ontology/cco/core#ExplicitMining>
a <http://purl.org/NET/scovo#Dimension> ;
dc11:description "An explicitly mined cognitive pattern"@en ;
dc11:title "Explicit Mining"@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#ImplicitMining>
a <http://purl.org/NET/scovo#Dimension> ;
dc11:description "An implicitly mined cognitive pattern"@en ;
dc11:title "Implicit Mining"@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#activity>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "An activity, which is related to a topic of a cognitive charateristic description, e.g. if the topic is football a related activity can be playing or watching."@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has activity"@en ;
rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#factor>, <http://purl.org/ontology/ao/core#activity> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#agent>
a owl:ObjectProperty, rdf:Property ;
rdfs:comment "A link from a mined cognitive characteristic to the related person"@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has agent"@en ;
rdfs:range foaf:Agent ;
owl:inverseOf <http://purl.org/ontology/cco/core#habit> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#appear_time>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "The time when the cognitive pattern appears in a certain kind of scenario."@en ;
rdfs:domain [
a owl:Class ;
owl:unionOf (
<http://purl.org/ontology/cco/core#CognitiveCharacteristic>
<http://purl.org/ontology/cco/core#CharacteristicDynamics>
)
] ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has appear time"@en ;
rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#time> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#attention_duration>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "An interval of attention for a cognitive pattern."@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has attention duration"@en ;
rdfs:range <http://www.w3.org/2006/time#Interval> ;
rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#time>, <http://purl.org/NET/scovo#dimension> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#belief>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "An uncertain relation for competence representation. That means beliefs, persuasions or opinions, which can also be misconceptions."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has belief"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#competence> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#characteristic>
a rdf:Property, owl:FunctionalProperty ;
rdfs:comment "Relates to the applied cognitive characteristic (property), e.g. competence, belief, expertise, skill, interest or setting."@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has characteristic"@en ;
rdfs:range rdf:Property ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#characteristic_dynamics>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "To relate a cognitive characteristic to its temporal dynamics."@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has characteristic dynamics"@en ;
rdfs:range <http://purl.org/ontology/cco/core#CharacteristicDynamics> ;
rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#sub_event> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#cognitive_characteristic>
a owl:ObjectProperty, rdf:Property ;
rdfs:comment "This is the super property to describe cognitive characteristics of the user of the cognitive pattern dimension, e.g. interests, skills, or expertise."@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has cognitive characteristic"@en ;
rdfs:range owl:Thing ;
owl:propertyChainAxiom (
<http://purl.org/ontology/cco/core#habit>
<http://purl.org/ontology/cco/core#topic>
) ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#competence>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "The competence to (be able to) do or know something. That means abilities, skills, knowledge, expertise, beliefs etc."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has competence"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#cognitive_characteristic> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#evidence>
a owl:ObjectProperty, rdf:Property ;
rdfs:comment "A link between a context and evidence supporting the interpretation of habits in a context"@en ;
rdfs:domain [
a owl:Class ;
owl:unionOf (
<http://purl.org/ontology/cco/core#CognitiveCharacteristic>
<http://purl.org/ontology/cco/core#CharacteristicDynamics>
)
] ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has evidence"@en ;
rdfs:subPropertyOf <http://purl.org/NET/c4dm/event.owl#factor> ;
ns1:term_status "unstable"@en .
<http://purl.org/ontology/cco/core#expertise>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "The knowledge or expertise in a certain domain or specific topic, e.g. football, programming languages or music."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has expertise"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#competence> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#habit>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "A link between an agent and a cognitive characteristic description"@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has habit"@en ;
rdfs:range <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
ns1:term_status "unstable"@en .
<http://purl.org/ontology/cco/core#interest>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "This property relates a certain area of interest or preference to an agent. That means this agent likes this topic somehow."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has interest"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#cognitive_characteristic> ;
owl:equivalentProperty foaf:topic_interest ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#longest_duration>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "The longest continuous interval of attention for a cognitive pattern, 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/cco/core#> ;
rdfs:label "has longest duration"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#attention_duration> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#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/cco/core#> ;
rdfs:label "is not interested in"@en ;
rdfs:range owl:Thing ;
ns1:term_status "unstable"@en .
<http://purl.org/ontology/cco/core#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 a cognitive characteristic."@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has overall weight"@en ;
rdfs:subPropertyOf <http://purl.org/NET/scovo#dimension>, <http://purl.org/ontology/wo/core#weight> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#setting>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "A certain setting or preference. Often re. a specific environment, e.g. an application."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has setting"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#cognitive_characteristic> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#skill>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "The ability or skill to (be able to) do something, e.g. to walk, to play the piano or to work in a team."@en ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has skill"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#competence> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#statistical_item>
a owl:ObjectProperty, rdf:Property ;
rdfs:comment "A link from a cognitive characteristic to statistics about itself"@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has statistical item"@en ;
rdfs:range <http://purl.org/NET/scovo#Item> ;
ns1:term_status "testing"@en .
<http://purl.org/ontology/cco/core#topic>
a rdf:Property, owl:ObjectProperty ;
rdfs:comment "A topic of the cognitive characteristic."@en ;
rdfs:domain <http://purl.org/ontology/cco/core#CognitiveCharacteristic> ;
rdfs:isDefinedBy <http://purl.org/ontology/cco/core#> ;
rdfs:label "has topic"@en ;
rdfs:range owl:Thing ;
rdfs:subPropertyOf dc:subject ;
ns1:term_status "unstable"@en .
<http://purl.org/ontology/cco/core#ultimative_duration>
a owl:ObjectProperty, rdf:Property ;
rdfs:comment "The overall duration of attention for a cognitive pattern, 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/cco/core#> ;
rdfs:label "has ultimative duration"@en ;
rdfs:subPropertyOf <http://purl.org/ontology/cco/core#attention_duration> ;
ns1:term_status "testing"@en .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment