ns1:count


URI

http://scigraph.springernature.com/ontologies/core/count

Label

Property: count

Description

The :count property specifies a count value.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ns1:count xsd:integer

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@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#> .

ns1:count a owl:DatatypeProperty ;
    rdfs:label "Property: count"@en ;
    rdfs:comment "The :count property specifies a count value."@en ;
    rdfs:isDefinedBy ns1: ;
    rdfs:range xsd:integer .