Class ROV
java.lang.Object
org.eclipse.rdf4j.model.vocabulary.ROV
Constants for the W3C Registered Organization Vocabulary.
- Author:
- Bart Hanssens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IRI
rov:hasRegisteredOrganizationstatic final IRI
rov:legalNamestatic final String
The ROV namespace: http://www.w3.org/ns/regorg#static final Namespace
An immutableNamespace
constant that represents the Registered Organization namespace.static final IRI
rov:orgActivitystatic final IRI
rov:orgStatusstatic final IRI
rov:orgTypestatic final String
Recommended prefix for the Registered Organization namespace: "rov"static final IRI
rov:RegisteredOrganizationstatic final IRI
rov:registration -
Constructor Summary
-
Method Summary
-
Field Details
-
NAMESPACE
The ROV namespace: http://www.w3.org/ns/regorg#- See Also:
-
PREFIX
Recommended prefix for the Registered Organization namespace: "rov"- See Also:
-
NS
An immutableNamespace
constant that represents the Registered Organization namespace. -
REGISTERED_ORGANIZATION
rov:RegisteredOrganization -
HAS_REGISTERED_ORGANIZATION
rov:hasRegisteredOrganization -
LEGAL_NAME
rov:legalName -
ORG_ACTIVITY
rov:orgActivity -
ORG_STATUS
rov:orgStatus -
ORG_TYPE
rov:orgType -
REGISTRATION
rov:registration
-
-
Constructor Details
-
ROV
public ROV()
-