Class Record


  • public class Record
    extends Object
    Vocabulary definitions from src/main/vocabs/record.ttl
    Author:
    Auto-generated by schemagen on 11 Dec 2011 22:10
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      Record()  
    • Field Detail

      • NAMESPACE

        public static final org.apache.jena.rdf.model.Resource NAMESPACE

        The namespace of the vocabulary as a resource

      • accessibleBy

        public static final org.apache.jena.rdf.model.Property accessibleBy

        denotes who can read the collection

      • category

        public static final org.apache.jena.rdf.model.Property category

        a classification for the record/collection

      • description

        public static final org.apache.jena.rdf.model.Property description

        a description of the entity described by this metadata record

      • hasRecord

        public static final org.apache.jena.rdf.model.Property hasRecord

        denotes the metadata record for an entity

      • inCollection

        public static final org.apache.jena.rdf.model.Property inCollection

        denotes the collection which contains the metadata record

      • label

        public static final org.apache.jena.rdf.model.Property label

        the label of the entity described by this metadata record

      • modifiableBy

        public static final org.apache.jena.rdf.model.Property modifiableBy

        denotes who can change or delete the collection

      • status

        public static final org.apache.jena.rdf.model.Property status

        the status of the entity described by the record

      • Collection

        public static final org.apache.jena.rdf.model.Resource Collection

        Represents a metadata record for a collection of records in the registry

      • Record

        public static final org.apache.jena.rdf.model.Resource Record

        Represents a metadata record for some resource in the registry

      • Role

        public static final org.apache.jena.rdf.model.Resource Role

        A user role, used for access control purposes

      • Status

        public static final org.apache.jena.rdf.model.Resource Status

        Represents the status which which the corresponding entity is regarded by the registry owner

      • anon

        public static final org.apache.jena.rdf.model.Resource anon
    • Constructor Detail

      • Record

        public Record()
    • Method Detail

      • getURI

        public static String getURI()

        The namespace of the vocabulary as a string

        See Also:
        NS