hucit:resolves_to leaf node


URI

http://purl.org/net/hucit#resolves_to

Label

resolves_to

Usage

DOMAINPROPERTYRANGE
hucit:TextElement hucit:resolves_to owl:Thing (inferred)

Implementation

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

:resolves_to a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :TextElement .