Class RDFPUBDefault
java.lang.Object
org.linkedopenactors.rdfpub.store.rdf4j.vocab.RDFPUBDefault
- All Implemented Interfaces:
RDFPUB
,Vocabulary
-
Field Summary
Fields inherited from interface org.linkedopenactors.rdfpub.domain.commonsrdf.vocab.RDFPUB
activityPubObjectVersion, applicationsCollection, commitId, groupsCollection, NS, oauth2Issuer, oauth2IssuerUserId, organizationsCollection, personsCollection, servicesCollection, version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.rdf.api.IRI
The version of an object.org.apache.commons.rdf.api.IRI
For administrative purposes it is very helpful to manage all stakeholder groups in collections.org.apache.commons.rdf.api.IRI
commitId()
rdf-pub commitIdorg.apache.commons.rdf.api.IRI
org.apache.commons.rdf.api.IRI
For administrative purposes it is very helpful to manage all stakeholder groups in collections.org.apache.commons.rdf.api.IRI
The issue host e.g.org.apache.commons.rdf.api.IRI
The unique userId, that a user has in it'sRDFPUB.oauth2Issuer
.org.apache.commons.rdf.api.IRI
For administrative purposes it is very helpful to manage all stakeholder groups in collections.org.apache.commons.rdf.api.IRI
For administrative purposes it is very helpful to manage all stakeholder groups in collections.org.apache.commons.rdf.api.IRI
For administrative purposes it is very helpful to manage all stakeholder groups in collections.org.apache.commons.rdf.api.IRI
version()
The software version of rdf-pub.
-
Constructor Details
-
RDFPUBDefault
public RDFPUBDefault()
-
-
Method Details
-
getNamespace
public org.apache.commons.rdf.api.IRI getNamespace()- Specified by:
getNamespace
in interfaceVocabulary
-
commitId
public org.apache.commons.rdf.api.IRI commitId()Description copied from interface:RDFPUB
rdf-pub commitIdhttp://rdf-pub.org#commitId
The git commitId from which this instance was built.
- Specified by:
commitId
in interfaceRDFPUB
- Returns:
- The
IRI
of theRDFPUB.commitId
property. - See Also:
-
oauth2IssuerUserId
public org.apache.commons.rdf.api.IRI oauth2IssuerUserId()Description copied from interface:RDFPUB
The unique userId, that a user has in it'sRDFPUB.oauth2Issuer
.- Specified by:
oauth2IssuerUserId
in interfaceRDFPUB
- Returns:
- The
IRI
of theRDFPUB.oauth2Issuer
property.
-
version
public org.apache.commons.rdf.api.IRI version()Description copied from interface:RDFPUB
The software version of rdf-pub. Normaly matches to the maven version.- Specified by:
version
in interfaceRDFPUB
- Returns:
- The
IRI
of theRDFPUB.version
property.
-
oauth2Issuer
public org.apache.commons.rdf.api.IRI oauth2Issuer()Description copied from interface:RDFPUB
The issue host e.g. 'login.m4h.network'.- Specified by:
oauth2Issuer
in interfaceRDFPUB
- Returns:
- The
IRI
of theRDFPUB.oauth2Issuer
property.
-
activityPubObjectVersion
public org.apache.commons.rdf.api.IRI activityPubObjectVersion()Description copied from interface:RDFPUB
The version of an object. Assuming an actor has version 5, the FEP-4ccd is now implemented in rdf-pub, which means that an actor also receives a pendingFollowers invalid input: '&' pendingFollowing collection. Then the actor must be updated to version 6, which is extended by the 2 collections. Actor is just a sample, applies to all types of objects.- Specified by:
activityPubObjectVersion
in interfaceRDFPUB
- Returns:
- The
IRI
of theRDFPUB.activityPubObjectVersion
property.
-
personsCollection
public org.apache.commons.rdf.api.IRI personsCollection()Description copied from interface:RDFPUB
For administrative purposes it is very helpful to manage all stakeholder groups in collections.- Specified by:
personsCollection
in interfaceRDFPUB
- Returns:
- The
IRI
of the personsCollection.
-
applicationsCollection
public org.apache.commons.rdf.api.IRI applicationsCollection()Description copied from interface:RDFPUB
For administrative purposes it is very helpful to manage all stakeholder groups in collections.- Specified by:
applicationsCollection
in interfaceRDFPUB
- Returns:
- The
IRI
of the applicationsCollection.
-
groupsCollection
public org.apache.commons.rdf.api.IRI groupsCollection()Description copied from interface:RDFPUB
For administrative purposes it is very helpful to manage all stakeholder groups in collections.- Specified by:
groupsCollection
in interfaceRDFPUB
- Returns:
- The
IRI
of the groupsCollection.
-
organizationsCollection
public org.apache.commons.rdf.api.IRI organizationsCollection()Description copied from interface:RDFPUB
For administrative purposes it is very helpful to manage all stakeholder groups in collections.- Specified by:
organizationsCollection
in interfaceRDFPUB
- Returns:
- The
IRI
of the organisationsCollection.
-
servicesCollection
public org.apache.commons.rdf.api.IRI servicesCollection()Description copied from interface:RDFPUB
For administrative purposes it is very helpful to manage all stakeholder groups in collections.- Specified by:
servicesCollection
in interfaceRDFPUB
- Returns:
- The
IRI
of the servicesCollection.
-