ontology:hasCreated leaf node


URI

https://euraknos.eu/ontology#hasCreated

Label

hasCreated

Description

The inverse property of "isCreatedBy".

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:hasCreated owl:Thing (inferred)

Implementation

@prefix : <https://euraknos.eu/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasCreated a owl:AsymmetricProperty,
        owl:IrreflexiveProperty,
        owl:ObjectProperty ;
    rdfs:label "hasCreated"@en ;
    rdfs:comment "The inverse property of \"isCreatedBy\"."@en .