https://standards.lifeengine.io/v1/Vocabulary/SupportedAttribute
Instances of dli:SupportedAttribute can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class dli:SupportedAttribute | |||
dli:contextName | rdf:Property | -- | xsd:string |
dli:domain | rdf:Property | -- | xsd:string |
dli:name | rdf:Property | Name given to the Identity | xsd:string |
dli:nested | rdf:Property | -- | xsd:string |
dli:readonly | rdf:Property | -- | xsd:boolean |
dli:required | rdf:Property | -- | xsd:boolean |
dli:supportedAttribute | rdf:Property | Attribuutit jotka tiedetään liittyvän identiteettiin | xsd:string |
dli:title | rdf:Property | -- | xsd:string |
dli:valueType | rdf:Property | -- | xsd:string |
:administration | rdf:Property | -- | owl:Thing |
:categorization | rdf:Property | -- | owl:Thing |
:description | rdf:Property | -- | owl:Thing |
:identifier | rdf:Property | -- | owl:Thing |
:lifeCycle | rdf:Property | -- | owl:Thing |
:physical | rdf:Property | -- | owl:Thing |
:time | rdf:Property | -- | owl:Thing |
@prefix dli: <https://standards.lifeengine.io/v1/Vocabulary/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pot: <https://standards.oftrust.net/v1/Vocabulary/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dli:SupportedAttribute a dli:Class ;
rdfs:isDefinedBy pot: ;
owl:versionInfo "DRAFT" ;
vs:term_status "unstable" ;
dli:comment [ rdfs:comment "Attribuutti jonka tiedetään kuuluvan identiteettiin"@en-us ] ;
dli:label [ rdfs:label "Tuettu attribuutti"@en-us ] .