klms:RDFGraph leaf node


URI

http://stelar-project.eu/klms#RDFGraph

Label

RDFGraph

Description

The profiling information extracted from a Distribution of a RDFGraph Dataset.

Usage

Instances of klms:RDFGraph can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class klms:RDFGraph
klms:numClasses owl:DatatypeProperty The number of classes of an RDF graph dataset. xsd:int
klms:numDatatypeProperties owl:DatatypeProperty The number of datatype properties of an RDF graph dataset. xsd:int
klms:numNamespaces owl:DatatypeProperty The number of namespaces of an RDF graph dataset. xsd:int
klms:numObjectProperties owl:DatatypeProperty The number of object properties of an RDF graph dataset. xsd:int
klms:classDistribution owl:ObjectProperty This property is used to indicate the class distribution of an RDF graph. klms:CategoricalDistribution
klms:degreeDistribution owl:ObjectProperty This property is used to indicate the degree distribution of an RDF graph. klms:NumericalDistribution
From class klms:Distribution
klms:profileURL owl:DatatypeProperty This property can be used to store a link to a file or web application that contains all the profiling results. rdfs:Resource
From class owl:Thing
klms:appliesTo owl:ObjectProperty TThis property is used to indicate specific characteristics that apply to a dataset's attributes. klms:Attribute
klms:contains owl:ObjectProperty This property is used to indicate a contains relation among classes. owl:Thing
klms:count owl:DatatypeProperty A count. xsd:int
klms:crs owl:DatatypeProperty The CRS of a geospatial dataset. xsd:string
klms:degree owl:DatatypeProperty The degree of a Correlation/Joinability class instance. xsd:int

Implementation

@prefix : <http://stelar-project.eu/klms#> .
@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#> .
@prefix vann: <http://purl.org/vocab/vann/> .

:RDFGraph a owl:Class ;
    rdfs:label "RDFGraph"@en ;
    dcterms:identifier "klms:RDFGraph" ;
    vann:usageNote "Optional class. Combined profile associated to the various texts of a Dataset published or curated by a single agent."@en,
        "Optional class. The profiling information extracted from a Distribution of a RDFGraph Dataset."@en ;
    rdfs:comment "The profiling information extracted from a Distribution of a RDFGraph Dataset."@en ;
    rdfs:subClassOf :Distribution .