http://stelar-project.eu/klms#User
Represents a User that has access to the Catalog under a given role (admin, editor, member) in an Organization.
Instances of klms:User can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class klms:User | |||
| dcterms:created | owl:DatatypeProperty | This property contains the date of formal creation of the Organization. - This property contains the date this User was created. | xsd:dateTime |
| dcterms:description | owl:DatatypeProperty | This property contains a free-text description of the User. This property can be repeated for parallel language versions of the description. - This property contains a free-text description of the Organization. This property can be repeated for parallel language versions of the description. - This property can be repeated for parallel language versions of the description. - This property contains a free-text account of the Dataset. This property can be repeated for parallel language versions of the description. | rdfs:Literal |
| klms:lastActive | owl:DatatypeProperty | This property contains the date/time when the User was last logged in the Catalog. | xsd:dateTime |
| foaf:accountName | owl:DatatypeProperty | Indicates the name (identifier) associated with a user account. | rdfs:Literal |
| foaf:img | owl:ObjectProperty | An image that can be used to represent a User (e.g., one's photo on a homepage). | foaf:Image |
| foaf:mbox | owl:ObjectProperty | A personal mailbox, ie. an Internet mailbox associated with exactly one user, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox. | rdfs:Resource |
| From class owl:Thing | |||
| dcat:distribution | owl:ObjectProperty | This property links the Dataset to an available Distribution. | owl:Thing |
| dcat:theme | owl:ObjectProperty | This property refers to a thematic category of the Dataset. A Dataset may be associated with multiple themes. Subproperty of dct:subject | owl:Thing |
| dcterms:license | owl:DatatypeProperty | This property refers to the licence under which the Dataset is made available. NOTE: License in KLMS refers to the Dataset (as in CKAN); instead, in the DCAT model it is at the Distribution level. | owl:Thing |
| dcterms:type | owl:DatatypeProperty | This property refers to the type of the Dataset. NOTE: A controlled vocabulary for the values has not been established. | owl:Thing |
| 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 |
@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/> .
:User a owl:Class ;
rdfs:label "User"@en ;
dcterms:identifier "klms:User" ;
vann:usageNote "Recommended class. Represents a User that has access to the Catalog under a given role (admin, editor, member) in an Organization."@en ;
rdfs:comment "Represents a User that has access to the Catalog under a given role (admin, editor, member) in an Organization."@en ;
rdfs:subClassOf <http://xmlns.com/foaf/0.1/#term_Person> .