Class ROV

java.lang.Object
org.eclipse.rdf4j.model.vocabulary.ROV

public class ROV extends Object
Constants for the W3C Registered Organization Vocabulary.
Author:
Bart Hanssens
See Also:
  • Field Details Link icon

    • NAMESPACE Link icon

      public static final String NAMESPACE
      The ROV namespace: http://www.w3.org/ns/regorg#
      See Also:
    • PREFIX Link icon

      public static final String PREFIX
      Recommended prefix for the Registered Organization namespace: "rov"
      See Also:
    • NS Link icon

      public static final Namespace NS
      An immutable Namespace constant that represents the Registered Organization namespace.
    • REGISTERED_ORGANIZATION Link icon

      public static final IRI REGISTERED_ORGANIZATION
      rov:RegisteredOrganization
    • HAS_REGISTERED_ORGANIZATION Link icon

      public static final IRI HAS_REGISTERED_ORGANIZATION
      rov:hasRegisteredOrganization
    • ORG_ACTIVITY Link icon

      public static final IRI ORG_ACTIVITY
      rov:orgActivity
    • ORG_STATUS Link icon

      public static final IRI ORG_STATUS
      rov:orgStatus
    • ORG_TYPE Link icon

      public static final IRI ORG_TYPE
      rov:orgType
    • REGISTRATION Link icon

      public static final IRI REGISTRATION
      rov:registration
  • Constructor Details Link icon

    • ROV Link icon

      public ROV()