http://stelar-project.eu/klms#type
The type of an attribute.
DOMAIN | PROPERTY | RANGE |
---|---|---|
klms:Attribute | klms:type | xsd:string |
@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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:type a owl:DatatypeProperty ;
rdfs:label "Attribute - Type"@en ;
dcterms:identifier "klms:type" ;
vann:usageNote "Optional property. This property describes the type of an attribute."@en ;
rdfs:comment "The type of an attribute."@en ;
rdfs:domain :Attribute ;
rdfs:range xsd:string .