hucit:has_form leaf node


URI

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

Label

has_form

Usage

DOMAINPROPERTYRANGE
hucit:Citation hucit:has_form hucit:CitationStyle

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#> .

:has_form a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:domain :Citation ;
    rdfs:range :CitationStyle .