http://schema.org/name leaf node


URI

http://schema.org/name

Label

name

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) http://schema.org/name owl:Thing (inferred)

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://schema.org/name> a owl:DatatypeProperty ;
    owl:equivalentProperty gr:name .