peco-core:created_by leaf node


URI

https://purl.org/peco/peco-core#created_by

Label

created_by

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) peco-core:created_by peco-core:Agent

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix peco-core: <https://purl.org/peco/peco-core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

peco-core:created_by a owl:ObjectProperty ;
    rdfs:range peco-core:Agent ;
    rdfs:subPropertyOf owl:topObjectProperty .