:hasPatentNumber leaf node


URI

http://purl.org/spar/fabio/hasPatentNumber

Label

has patent number

Description

A unique identifing number issued by a patent authority to identify a patent, displayed at the beginning of the patent document.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasPatentNumber owl:Thing (inferred)

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasPatentNumber a owl:DatatypeProperty ;
    rdfs:label "has patent number"@en ;
    rdfs:comment "A unique identifing number issued by a patent authority to identify a patent, displayed at the beginning of the patent document."@en ;
    rdfs:subPropertyOf dcterms:identifier .