http://purl.org/spar/cito/hasCitationCharacterization
A property that links a cito:CitationAct to its characterization made by using a CiTO citation characterization property such as cito:extends.
This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion:
:thisCitation cito:hasCitationCharacterization cito:extends .
In such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class owl:Thing.
@prefix : <http://purl.org/spar/cito/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sit: <http://www.ontologydesignpatterns.org/cp/owl/situation.owl#> .
:hasCitationCharacterization a owl:ObjectProperty ;
rdfs:label "has citation characterization"@en ;
rdfs:comment """A property that links a cito:CitationAct to its characterization made by using a CiTO citation characterization property such as cito:extends.
This usage involved OWL2 punning, whenby a CiTO object property, such as the aforementioned cito:extends, is used as the object of an OWL assertion:
:thisCitation cito:hasCitationCharacterization cito:extends .
In such cases of OWL punning, the CiTO object properties are simultaneously considered both as normal object properties and also as proper named individuals of the class owl:Thing.
"""@en ;
rdfs:subPropertyOf sit:isSettingFor .