public class Record extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Property |
accessibleBy
denotes who can read the collection
|
static com.hp.hpl.jena.rdf.model.Resource |
anon |
static com.hp.hpl.jena.rdf.model.Property |
category
a classification for the record/collection
|
static com.hp.hpl.jena.rdf.model.Resource |
Collection
Represents a metadata record for a collection of records in the registry
|
static com.hp.hpl.jena.rdf.model.Property |
description
a description of the entity described by this metadata record
|
static com.hp.hpl.jena.rdf.model.Property |
hasRecord
denotes the metadata record for an entity
|
static com.hp.hpl.jena.rdf.model.Property |
inCollection
denotes the collection which contains the metadata record
|
static com.hp.hpl.jena.rdf.model.Property |
label
the label of the entity described by this metadata record
|
static com.hp.hpl.jena.rdf.model.Property |
modifiableBy
denotes who can change or delete the collection
|
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.rdf.model.Resource |
Record
Represents a metadata record for some resource in the registry
|
static com.hp.hpl.jena.rdf.model.Resource |
Role
A user role, used for access control purposes
|
static com.hp.hpl.jena.rdf.model.Property |
status
the status of the entity described by the record
|
static com.hp.hpl.jena.rdf.model.Resource |
Status
Represents the status which which the corresponding entity is regarded by
the registry owner
|
| Constructor and Description |
|---|
Record() |
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property accessibleBy
denotes who can read the collection
public static final com.hp.hpl.jena.rdf.model.Property category
a classification for the record/collection
public static final com.hp.hpl.jena.rdf.model.Property description
a description of the entity described by this metadata record
public static final com.hp.hpl.jena.rdf.model.Property hasRecord
denotes the metadata record for an entity
public static final com.hp.hpl.jena.rdf.model.Property inCollection
denotes the collection which contains the metadata record
public static final com.hp.hpl.jena.rdf.model.Property label
the label of the entity described by this metadata record
public static final com.hp.hpl.jena.rdf.model.Property modifiableBy
denotes who can change or delete the collection
public static final com.hp.hpl.jena.rdf.model.Property status
the status of the entity described by the record
public static final com.hp.hpl.jena.rdf.model.Resource Collection
Represents a metadata record for a collection of records in the registry
public static final com.hp.hpl.jena.rdf.model.Resource Record
Represents a metadata record for some resource in the registry
public static final com.hp.hpl.jena.rdf.model.Resource Role
A user role, used for access control purposes
public static final com.hp.hpl.jena.rdf.model.Resource Status
Represents the status which which the corresponding entity is regarded by the registry owner
public static final com.hp.hpl.jena.rdf.model.Resource anon
Copyright © 2015. All rights reserved.