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

<http://purl.org/ontology/wo/core#> a owl:Ontology ;
	dc:creator <http://foaf.me/zazi#me> ;
	dc:date "2010-09-14T11:40:52+01:00"^^xsd:dateTime ;
	dc:description "A vocabulary for describing weightings and their referenced scales."@en ;
	dc:title "Weighting Ontology"@en ;
	vann:preferredNamespacePrefix "wo" ;
	vann:preferredNamespaceUri "http://purl.org/ontology/wo/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/stuff/rev> , <http://purl.org/vocab/vann/> , <http://www.w3.org/2003/06/sw-vocab-status/ns> ;
	owl:versionInfo "0.1"^^xsd:decimal .

wo:Scale a rdfs:Class , owl:Class ;
	rdfs:comment "A concept for describing scales for weights."@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "Scale"@en ;
	rdfs:subClassOf scovo:Dimension ;
	status:term_status "unstable"@en .

wo:Weight a rdfs:Class , owl:Class ;
	rdfs:comment "A weight class to enable timestamped (etc.) weights."@en ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "Weight"@en ;
	rdfs:subClassOf scovo:Item ;
	owl:equivalentClass _:node17168m7krx2 .

_:node17168m7krx2 a owl:Restriction ;
	owl:cardinality "1"^^xsd:nonNegativeInteger ;
	owl:onProperty wo:weight_value .

wo:Weight status:term_status "testing"@en .

wo:max_weight a rdf:Property , owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "A maximum weight of a scale."@en ;
	rdfs:domain wo:Scale ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "has max weight"@en ;
	rdfs:range xsd:decimal ;
	rdfs:subPropertyOf scovo:max , rev:maxRating ;
	status:term_status "unstable"@en .

wo:min_weight a rdf:Property , owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "A minimum weight of a scale."@en ;
	rdfs:domain wo:Scale ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "has min weight"@en ;
	rdfs:range xsd:decimal ;
	rdfs:subPropertyOf scovo:min , rev:minRating ;
	status:term_status "unstable"@en .

wo:scale a owl:FunctionalProperty , rdf:Property , owl:ObjectProperty ;
	rdfs:comment "A scale for the weighting of some relation."@en ;
	rdfs:domain wo:Weight ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "has scale"@en ;
	rdfs:range wo:Scale ;
	rdfs:subPropertyOf scovo:dimension ;
	status:term_status "unstable"@en .

wo:step_size a owl:FunctionalProperty , rdf:Property , owl:DatatypeProperty ;
	rdfs:comment "A predefined step size for weight of a specific scale."@en ;
	rdfs:domain wo:Scale ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "has step size"@en ;
	rdfs:range xsd:decimal ;
	status:term_status "unstable"@en .

wo:weight a owl:ObjectProperty , rdf:Property ;
	rdfs:comment "The weight on some relation, e.g. a interest in a topic, or of an interest that is valid for a specific period of time or was raised up in a specific period of time."@en ;
	rdfs:domain owl:Thing ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "has weight"@en ;
	rdfs:range wo:Weight ;
	rdfs:subPropertyOf event:factor ;
	status:term_status "unstable"@en .

wo:weight_value a rdf:Property , owl:DatatypeProperty , owl:FunctionalProperty ;
	rdfs:comment "The specific value of a weight."@en ;
	rdfs:domain wo:Weight ;
	rdfs:isDefinedBy <http://purl.org/ontology/wo/core#> ;
	rdfs:label "has weight value"@en ;
	rdfs:range xsd:decimal ;
	status:term_status "testing"@en .
