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 PropertyContextReturns 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 StringVocabulary.getPropertyUri(PropertyIdValue propertyIdValue, PropertyContext propertyContext) Get the URI for the given property in the given context.voidSnakRdfConverter.setSnakContext(org.eclipse.rdf4j.model.Resource subject, PropertyContext propertyContext) Sets the context in which snaks should be used.voidSnakRdfConverter.writeSnak(Snak snak, org.eclipse.rdf4j.model.Resource subject, PropertyContext propertyContext) Writes the given snak for the given subject.