Uses of Enum
org.wikidata.wdtk.rdf.PropertyContext
-
Uses of PropertyContext in org.wikidata.wdtk.rdf
Modifier and TypeMethodDescriptionstatic PropertyContext
Returns the enum constant of this type with the specified name.static PropertyContext[]
PropertyContext.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
Vocabulary.getPropertyUri
(PropertyIdValue propertyIdValue, PropertyContext propertyContext) Get the URI for the given property in the given context.void
SnakRdfConverter.setSnakContext
(org.eclipse.rdf4j.model.Resource subject, PropertyContext propertyContext) Sets the context in which snaks should be used.void
SnakRdfConverter.writeSnak
(Snak snak, org.eclipse.rdf4j.model.Resource subject, PropertyContext propertyContext) Writes the given snak for the given subject.