ontology:hasCreatorName leaf node


URI

https://euraknos.eu/ontology#hasCreatorName

Label

hasCreatorName

Description

The name of the entity (i.e. person or organisation) that has been involved in the creation of the output of a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:hasCreatorName xsd:string

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasCreatorName a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasCreatorName"@en ;
    rdfs:comment "The name of the entity (i.e. person or organisation) that has been involved in the creation of the output of a Thematic Network."@en ;
    rdfs:range xsd:string .