ontology:hasFullName leaf node


URI

https://euraknos.eu/ontology#hasFullName

Label

hasFullName

Description

The full name of a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ontology:hasFullName 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#> .

:hasFullName a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasFullName"@en ;
    rdfs:comment "The full name of a Thematic Network."@en ;
    rdfs:range xsd:string .