http://purl.org/spar/cito/isCompiledBy
The cited entity is the result of a compile or creation event using the citing 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#> .
:isCompiledBy a owl:ObjectProperty ;
rdfs:label "is compiled by"@en ;
dc:description "Note: This property has been imported from the CiTO4Data ontology, usage of which has been deprecated."@en ;
rdfs:comment "The cited entity is the result of a compile or creation event using the citing entity."@en ;
rdfs:subPropertyOf :isCitedBy ;
owl:inverseOf :compiles .