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

tvc:hasValue a owl:ObjectProperty ;
    rdfs:label "has value"@en ;
    rdfs:comment "An entity (e.g., a person) connected to a particular value-in-time situation."@en ;
    rdfs:isDefinedBy <http://purl.org/spar/tvc/> ;
    rdfs:range tvc:ValueInTime .

