http://purl.org/spar/cito/compiles
The citing entity is used to create or compile the cited entity.
@prefix : <http://purl.org/spar/cito/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:compiles a owl:ObjectProperty ;
rdfs:label "compiles"@en ;
dc:description "Example: This book gathers interviews with academic researchers of several disciplines [X]."@en,
"Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated."@en ;
rdfs:comment "The citing entity is used to create or compile the cited entity."@en ;
rdfs:subPropertyOf :cites .