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