Uses of Enum
org.wikidata.wdtk.rdf.PropertyContext
Packages that use PropertyContext
-
Uses of PropertyContext in org.wikidata.wdtk.rdf
Methods in org.wikidata.wdtk.rdf that return PropertyContextModifier 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.Methods in org.wikidata.wdtk.rdf with parameters of type PropertyContextModifier 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.