@prefix ns1: <http://www.essepuntato.it/2012/04/tvc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:withValue a owl:ObjectProperty ;
    rdfs:label "with value"@en ;
    rdfs:comment "The relation between the value in time situation and the actual value held by the entity partaking in that situation."@en ;
    rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
    rdfs:range ns1:ValueInTime .

